diff options
Diffstat (limited to 'bootstrap.pro')
-rw-r--r-- | bootstrap.pro | 5 |
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 |