diff options
author | Andreas Holzammer <andreas.holzammer@kdab.com> | 2016-02-05 08:34:48 +0100 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@theqtcompany.com> | 2016-02-05 09:05:14 +0000 |
commit | 19dffeed2e677cf03b6e122c7a15f355ebe413c8 (patch) | |
tree | 3d53127db81f8df28e8b6eed6e70ba19d5245d1a | |
parent | d870ea28656a2155c39a1aabefa1c56871a017e4 (diff) |
-rw-r--r-- | src/quick/quick.pro | 2 |
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) } |