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