aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/quick.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-02-15 08:08:32 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-02-15 08:08:32 +0100
commit7a3dd4c1aef155bae57f0b79eacb3d85e1158c1e (patch)
tree5be261a82b44987cc026779ee7315875ee31f21a /src/quick/quick.pro
parent0fab5761d5428aa708edd66e40fc3c449adc4b11 (diff)
parent19dffeed2e677cf03b6e122c7a15f355ebe413c8 (diff)
Merge remote-tracking branch 'origin/5.6.0' into 5.6
Diffstat (limited to 'src/quick/quick.pro')
-rw-r--r--src/quick/quick.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/quick.pro b/src/quick/quick.pro
index 4ff2d76a09..c8aa47d939 100644
--- a/src/quick/quick.pro
+++ b/src/quick/quick.pro
@@ -29,7 +29,7 @@ load(qt_module)
include(util/util.pri)
include(scenegraph/scenegraph.pri)
include(items/items.pri)
-include(designer/designer.pri)
+!wince:include(designer/designer.pri)
contains(QT_CONFIG, accessibility) {
include(accessible/accessible.pri)
}