summaryrefslogtreecommitdiffstats
path: root/tests/auto/other.pro
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-11 17:36:37 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-17 03:30:55 +0200
commit9e31f88d7a5038070a1f2956d4d6fd043c62df36 (patch)
tree430e7249b5744796af28626691e8a01884a5b3a8 /tests/auto/other.pro
parente33713f03acf45372aaa5f5c9169b11a919beaa4 (diff)
Don't build empty qaccessibility test on WinCE.
Rather than building the test with all the logic #ifdef'd out, just avoid building the test at all. Change-Id: I394f48b2dacb40325d03de719096da36fcb7312a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/other.pro')
-rw-r--r--tests/auto/other.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index e3adaa218e..0381b6c89d 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -6,6 +6,7 @@ SUBDIRS=\
other \
# baselineexample \ Just an example demonstrating qbaselinetest usage
lancelot \
+ qaccessibility \
qcombobox \
qfocusevent \
qlayout \
@@ -22,7 +23,7 @@ SUBDIRS=\
windowsmobile \
qmetaobjectbuilder
-contains(QT_CONFIG, accessibility):SUBDIRS += qaccessibility
+wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
mac:!qpa {
SUBDIRS += macgui \