diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-08 21:37:27 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-08 21:37:27 +0800 |
commit | 06e7f31bcd8dc86daaa690d3356b3b54e3391da9 (patch) | |
tree | 03dd4779b831fed6a222cecfa4a8bf511b02b08a | |
parent | a52d852e1bdfc993ac912546d98e13e5117e342e (diff) |
Move qmldir to imports/Bootstrap
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | imports/Bootstrap/qmldir (renamed from qmldir) | 0 | ||||
-rw-r--r-- | qootstrap.pro | 2 |
3 files changed, 3 insertions, 1 deletions
@@ -3,3 +3,5 @@ *.user* .DS_Store build +imports/Bootstrap/* +!imports/Bootstrap/qmldir diff --git a/qmldir b/imports/Bootstrap/qmldir index ca06b67..ca06b67 100644 --- a/qmldir +++ b/imports/Bootstrap/qmldir diff --git a/qootstrap.pro b/qootstrap.pro index d3df35e..3af6b2e 100644 --- a/qootstrap.pro +++ b/qootstrap.pro @@ -6,7 +6,7 @@ QML_IMPORT_NAME = Bootstrap QML_IMPORT_MAJOR_VERSION = 5 QML_IMPORT_MINOR_VERSION = 3 -import.files = qmldir +import.files = imports/$$QML_IMPORT_NAME/qmldir import.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME style.files = \ |