diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-05-08 16:23:55 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-05-08 16:23:55 +0800 |
commit | 9b6964c5db2ff46fb9f604dcb0ecd5ec86942c11 (patch) | |
tree | ff960e9a37ded8c4dde961cca880fde59af4dd16 /qootstrap.pro | |
parent | af550776635edbdf850ba731280d381b1044797c (diff) |
Page & ToolBar
Diffstat (limited to 'qootstrap.pro')
-rw-r--r-- | qootstrap.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qootstrap.pro b/qootstrap.pro index 3af6b2e..5864277 100644 --- a/qootstrap.pro +++ b/qootstrap.pro @@ -11,7 +11,9 @@ import.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME style.files = \ ApplicationWindow.qml \ - Label.qml + Label.qml \ + Page.qml \ + ToolBar.qml style.path = $$[QT_INSTALL_QML]/QtQuick/Controls.2/$$QML_IMPORT_NAME HEADERS += $${QML_IMPORT_NAME}.hxx |