diff options
-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 = \ |