From 8a02b7560a4b8fc78e95227c3a664fdfeeb2d18a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 9 Sep 2015 16:34:03 +0200 Subject: Add QtQuick.Templates QML plugin Change-Id: I32e7fa8b3610b793ca88cb17bd3fbc4f447838ff Reviewed-by: Gabriel de Dietrich --- src/imports/templates/templates.pro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/imports/templates/templates.pro (limited to 'src/imports/templates/templates.pro') 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) -- cgit v1.2.3