summaryrefslogtreecommitdiff
path: root/bootstrap.pro
blob: cdf6b186ebb0d04a032ecbc6ac034be5ae82eb40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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