diff options
author | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-01-22 15:14:03 +0100 |
---|---|---|
committer | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-01-22 15:34:58 +0100 |
commit | e79b147e37a7af969e5d084056d9ce35d233e4dd (patch) | |
tree | 79c4efaa9a470bfd3d01a6457f832ee27fd5fe5b /src | |
parent | 8c4361905566de0f696efab940eb2de13c0655ab (diff) | |
download | qtquickcontrols-e79b147e37a7af969e5d084056d9ce35d233e4dd.tar.gz |
QtQuick.Controls depends on QtQuick.Window
ApplicationWindow.qml depends on QtQuick.Window. But when qml files
are in resources, this dependency can be hidden.
Explicitly add the dependency to QtQuick.Window in qmldir so
qmlimportscanner is always aware of it.
Change-Id: I020bb145253640177d92154390a85aa6cedf6f86
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/controls/qmldir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/qmldir b/src/controls/qmldir index 6506b7f9..a07b4b99 100644 --- a/src/controls/qmldir +++ b/src/controls/qmldir @@ -3,3 +3,4 @@ plugin qtquickcontrolsplugin classname QtQuickControlsPlugin typeinfo plugins.qmltypes designersupported +depends QtQuick.Window 2.2 |