summaryrefslogtreecommitdiff
path: root/bootstrap.pro
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-06 11:35:14 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-06 11:35:14 +0800
commit830cb691ca3fa6655ceca57ef2bd65af8d29663d (patch)
tree3994f85e77c52799c99d7f708cfa3adc1480dc28 /bootstrap.pro
parent25681590025e152900c2f98a6ffe111cbfc2656d (diff)
tomlc99 is a git submodule instead
so we don't have to make any extra effort to make it build on other platforms
Diffstat (limited to 'bootstrap.pro')
-rw-r--r--bootstrap.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap.pro b/bootstrap.pro
index e9fa9f7..d172396 100644
--- a/bootstrap.pro
+++ b/bootstrap.pro
@@ -16,8 +16,9 @@ style.files = \
style.path = $$[QT_INSTALL_QML]/QtQuick/Controls.2/$$QML_IMPORT_NAME
HEADERS += $${TARGET}.hxx
-SOURCES += $${TARGET}.cxx
-LIBS += -ltoml
+SOURCES += \
+ $${TARGET}.cxx \
+ tomlc99/toml.c
TARGET = qqc2$$TARGET
target.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME