aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2016-02-05 08:34:48 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-02-05 09:05:14 +0000
commit19dffeed2e677cf03b6e122c7a15f355ebe413c8 (patch)
tree3d53127db81f8df28e8b6eed6e70ba19d5245d1a
parentd870ea28656a2155c39a1aabefa1c56871a017e4 (diff)
Don't build designer for wincev5.6.0-rc1
Change-Id: I3c122c0fe56b12a8e91c68ceff357600adcfc2bf Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
-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)
}