From b6ff12df5496f3d296bb438ae343d5f771e93fec Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Tue, 8 Aug 2017 12:25:01 +0200 Subject: 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 --- src/effects/qmldir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3