aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-06 11:02:14 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-06 13:01:10 +0200
commit88bdce23e260cce2d3a163997d9032c3e6fac858 (patch)
treec2c772cde864b2e0d0b7a4f70414c2e130685cf5
parentb6280dd207746f32092f5cb2b55b8c5f8ffa44b9 (diff)
Specify the QtQuick dependency of templates also in qmldir
It is already specified in plugins.qmltypes, but we want to get rid of those dependency specifications. Task-number: QTBUG-87164 Change-Id: I4f21e624eb00ab8d9401260e0dce523bb97e296c Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/imports/templates/qmldir1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/templates/qmldir b/src/imports/templates/qmldir
index afb94818..9f3773a8 100644
--- a/src/imports/templates/qmldir
+++ b/src/imports/templates/qmldir
@@ -2,3 +2,4 @@ module QtQuick.Templates
plugin qtquicktemplates2plugin
classname QtQuickTemplates2Plugin
depends QtQuick.Window 2.2
+depends QtQuick 2.9