aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-21 13:51:20 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-21 14:09:05 +0000
commit6b61cc32deaa202e7f46f4be426329db6a40ac3f (patch)
tree88056961b1ecc947e7b89f8ea5e7287f35848753 /src/imports/templates/templates.pro
parentb44194ecc62e7c2d51a90bad17a41451319f7c1f (diff)
import Qt.labs.templates 1.0 => QtQuick.Templates 2.0
Even though there never was such thing is QtQuick.Templates 1.0, we'll use version 2.0 to keep it in sync with QtQuick.Controls 2.0 (next step). The templates define (and in the future, revision) the API of the controls, so the two must have the same version or it will get messy. Docs and plugins.qmltypes will be updated in follow up commits. Change-Id: Idc2e76f32f348ba35eb4b1fa167c6868300aa910 Task-number: QTBUG-52549 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/imports/templates/templates.pro')
-rw-r--r--src/imports/templates/templates.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/templates/templates.pro b/src/imports/templates/templates.pro
index 1edac4c3..8785734a 100644
--- a/src/imports/templates/templates.pro
+++ b/src/imports/templates/templates.pro
@@ -1,6 +1,6 @@
TARGET = qtquicktemplates2plugin
-TARGETPATH = Qt/labs/templates
-IMPORT_VERSION = 1.0
+TARGETPATH = QtQuick/Templates.2
+IMPORT_VERSION = 2.0
QT += qml quick
QT_PRIVATE += core-private gui-private qml-private quick-private quicktemplates2-private