aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/qmldir
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/controls/qmldir
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/controls/qmldir')
-rw-r--r--src/imports/controls/qmldir2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/qmldir b/src/imports/controls/qmldir
index 23cb0475..ef74280e 100644
--- a/src/imports/controls/qmldir
+++ b/src/imports/controls/qmldir
@@ -1,5 +1,5 @@
module Qt.labs.controls
plugin qtquickcontrols2plugin
classname QtQuickControls2Plugin
-depends Qt.labs.templates 1.0
+depends QtQuick.Templates 1.0
designersupported