aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-08-08 12:25:01 +0200
committerAndy Shaw <andy.shaw@qt.io>2017-08-09 05:58:02 +0000
commitb6ff12df5496f3d296bb438ae343d5f771e93fec (patch)
treef06b637be6e04385d22a129969846b8b6599d5fd
parent698eb995b8c77cdfb1f151bd9ad46f8db87cfb26 (diff)
Add dependency on QtQuick.Window in the qmldir to aid static builds
Since GaussianBlur depends on QtQuick.Window it needs to be added as a dependency in the qmldir. This ensures that qmlimportscanner will add the reference to the Window type in the output too. Task-number: QTBUG-57205 Change-Id: Ibcd52df78df23dc6d39ded38a8a2ceee4a9d2050 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/effects/qmldir2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/qmldir b/src/effects/qmldir
index f5012e4..72233b5 100644
--- a/src/effects/qmldir
+++ b/src/effects/qmldir
@@ -28,4 +28,4 @@ ThresholdMask 1.0 ThresholdMask.qml
ZoomBlur 1.0 ZoomBlur.qml
designersupported
depends QtGraphicalEffects/private 1.0
-
+depends QtQuick.Window 2.1