aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/templates/templates.pro')
-rw-r--r--src/imports/templates/templates.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/imports/templates/templates.pro b/src/imports/templates/templates.pro
new file mode 100644
index 00000000..c264b0ff
--- /dev/null
+++ b/src/imports/templates/templates.pro
@@ -0,0 +1,15 @@
+TARGET = qtquicktemplates2plugin
+TARGETPATH = QtQuick/Templates.2
+IMPORT_VERSION = 2.0
+
+QT += qml quick
+QT += core-private gui-private qml-private quick-private quickcontrols2-private
+
+OTHER_FILES += \
+ qmldir
+
+SOURCES += \
+ $$PWD/qtquicktemplates2plugin.cpp
+
+CONFIG += no_cxx_module
+load(qml_plugin)