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 /bootstrap.pro | |
| parent | d7e3915f056c1e78a00aacfa27777e79ef14e62d (diff) | |
Rename the files
Diffstat (limited to 'bootstrap.pro')
| -rw-r--r-- | bootstrap.pro | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/bootstrap.pro b/bootstrap.pro deleted file mode 100644 index 5a38056..0000000 --- a/bootstrap.pro +++ /dev/null @@ -1,25 +0,0 @@ -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 += $${TARGET}.hxx -SOURCES += \ - $${TARGET}.cxx \ - tomlc99/toml.c -TARGET = qootstrap -target.path = $$[QT_INSTALL_QML]/$$QML_IMPORT_NAME - -INSTALLS += import style target |