diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-07 19:10:34 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-07 19:10:34 +0800 |
commit | cb83d1c3beb65e97fe754a2f101d679a03b71460 (patch) | |
tree | ddc7ae378f8b8abf1da1bba5159a7dc05838861a /qootstrap.pro | |
parent | 7b52c76aeebfceba3e3e44d6360f7a47eebb9488 (diff) |
Label & body colour
Diffstat (limited to 'qootstrap.pro')
-rw-r--r-- | qootstrap.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qootstrap.pro b/qootstrap.pro index 1b743f4..d3df35e 100644 --- a/qootstrap.pro +++ b/qootstrap.pro @@ -10,7 +10,8 @@ import.files = qmldir import.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME style.files = \ - ApplicationWindow.qml + ApplicationWindow.qml \ + Label.qml style.path = $$[QT_INSTALL_QML]/QtQuick/Controls.2/$$QML_IMPORT_NAME HEADERS += $${QML_IMPORT_NAME}.hxx |