diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-06 12:30:47 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-06 12:30:47 +0800 |
commit | 88f7f11f2f9ff4fc29f4d8a574ed9119df8ae3ab (patch) | |
tree | cfa1abb38156cb59f5bcc25612b9f4daf515e26f | |
parent | c7a019ddcd164ecfbf82be6129967c96be2667d5 (diff) |
Bootstrap.qml is not used any more
-rw-r--r-- | qootstrap.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qootstrap.pro b/qootstrap.pro index 4f50f3d..bfe1b0a 100644 --- a/qootstrap.pro +++ b/qootstrap.pro @@ -6,9 +6,7 @@ QML_IMPORT_NAME = Bootstrap QML_IMPORT_MAJOR_VERSION = 5 QML_IMPORT_MINOR_VERSION = 3 -import.files = \ - qmldir \ - $${QML_IMPORT_NAME}.qml +import.files = qmldir import.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME style.files = \ |