aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-09 16:34:03 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-09 20:41:04 +0000
commit8a02b7560a4b8fc78e95227c3a664fdfeeb2d18a (patch)
treea8e37a797f461d736aaa5d15b2f695c98f84e69f /src/imports/templates/templates.pro
parentc99a35cf5b4eebaa5357ca1c52878b9545e42a29 (diff)
Add QtQuick.Templates QML plugin
Change-Id: I32e7fa8b3610b793ca88cb17bd3fbc4f447838ff Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
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)