diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-04 19:38:06 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-04 19:38:06 +0800 |
commit | 77a4d6f3ca3a506f24a64262f09456058247b1bb (patch) | |
tree | 1ab1c10f1eb739712fb12845e99df645999f5c46 /bootstrap.pro |
Initial commit, draft that compiles
Diffstat (limited to 'bootstrap.pro')
-rw-r--r-- | bootstrap.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bootstrap.pro b/bootstrap.pro new file mode 100644 index 0000000..cdf6b18 --- /dev/null +++ b/bootstrap.pro @@ -0,0 +1,13 @@ +TEMPLATE = lib +CONFIG += qt plugin qmltypes +QT += qml + +QML_IMPORT_NAME = Bootstrap +QML_IMPORT_MAJOR_VERSION = 5 +QML_IMPORT_MINOR_VERSION = 3 + +DESTDIR = imports/$$QML_IMPORT_NAME +TARGET = qtquickcontrols2bootstrapstyleplugin + +HEADERS += bootstrap.hxx +SOURCES += bootstrap.cxx |