diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-06 12:19:31 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-06 12:19:31 +0800 |
commit | c7a019ddcd164ecfbf82be6129967c96be2667d5 (patch) | |
tree | ced71cb757b69f2806ebed36cd329c8557c4f404 /qootstrap.pro | |
parent | d7e3915f056c1e78a00aacfa27777e79ef14e62d (diff) |
Rename the files
Diffstat (limited to 'qootstrap.pro')
-rw-r--r-- | qootstrap.pro | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/qootstrap.pro b/qootstrap.pro new file mode 100644 index 0000000..4f50f3d --- /dev/null +++ b/qootstrap.pro @@ -0,0 +1,24 @@ +TEMPLATE = lib +CONFIG += plugin qmltypes +QT += qml + +QML_IMPORT_NAME = Bootstrap +QML_IMPORT_MAJOR_VERSION = 5 +QML_IMPORT_MINOR_VERSION = 3 + +import.files = \ + qmldir \ + $${QML_IMPORT_NAME}.qml +import.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME + +style.files = \ + ApplicationWindow.qml +style.path = $$[QT_INSTALL_QML]/QtQuick/Controls.2/$$QML_IMPORT_NAME + +HEADERS += $${QML_IMPORT_NAME}.hxx +SOURCES += \ + $${QML_IMPORT_NAME}.cxx \ + tomlc99/toml.c +target.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME + +INSTALLS += import style target |