From 77a4d6f3ca3a506f24a64262f09456058247b1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 4 Apr 2023 19:38:06 +0800 Subject: Initial commit, draft that compiles --- bootstrap.pro | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bootstrap.pro (limited to 'bootstrap.pro') 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 -- cgit v1.2.3