From 88bdce23e260cce2d3a163997d9032c3e6fac858 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 6 Oct 2020 11:02:14 +0200 Subject: 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 Reviewed-by: Mitch Curtis --- src/imports/templates/qmldir | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3