summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@theqtcompany.com>2016-04-29 10:31:32 +0200
committerRichard Moe Gustavsen <richard.gustavsen@theqtcompany.com>2016-04-30 11:27:16 +0000
commit7cef663456e943135f4382498ba7df7e2a80ee98 (patch)
treeebf2e014ee155695b74b01f5c3fe53251d4e25cd
parentee5593719eef1e85e410574a731ec674ea99968f (diff)
downloadqtquickcontrols-7cef663456e943135f4382498ba7df7e2a80ee98.tar.gz
Static builds: ensure we link against layouts
ApplicationWindow.qml makes use of QtQuick.Layouts. For that reason we need to inform qmake about the dependency so that it links it in for static builds. Change-Id: I30022a3329bc4adca5ca856bc37e72bb157894cd Task-number: QTBUG-52652 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-rw-r--r--src/controls/qmldir1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/qmldir b/src/controls/qmldir
index a07b4b99..e4ea1263 100644
--- a/src/controls/qmldir
+++ b/src/controls/qmldir
@@ -4,3 +4,4 @@ classname QtQuickControlsPlugin
typeinfo plugins.qmltypes
designersupported
depends QtQuick.Window 2.2
+depends QtQuick.Layouts 1.0