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.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/templates/templates.pro b/src/imports/templates/templates.pro
index 07e96aa1..e49486f7 100644
--- a/src/imports/templates/templates.pro
+++ b/src/imports/templates/templates.pro
@@ -1,15 +1,15 @@
-TARGET = qtquicktemplates2plugin
-TARGETPATH = QtQuick/Templates.2
-IMPORT_VERSION = 2.0
+TARGET = qtlabstemplatesplugin
+TARGETPATH = Qt/labs/templates
+IMPORT_VERSION = 1.0
QT += qml quick
-QT += core-private gui-private qml-private quick-private quicktemplates-private
+QT += core-private gui-private qml-private quick-private labstemplates-private
OTHER_FILES += \
qmldir
SOURCES += \
- $$PWD/qtquicktemplates2plugin.cpp
+ $$PWD/qtlabstemplatesplugin.cpp
CONFIG += no_cxx_module
load(qml_plugin)