diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-04-19 05:31:09 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2011-04-19 05:56:01 (GMT) |
commit | cf911bc0d297ed30e615fd115b0d3ae574cb2412 (patch) | |
tree | 4363510469b90a5aeca57845c293ee03ee279dad /tests/auto/other.pro | |
parent | 1a98c473fbcbb6a9edf1b7e42babbad7d901edb4 (diff) | |
download | Qt-cf911bc0d297ed30e615fd115b0d3ae574cb2412.zip Qt-cf911bc0d297ed30e615fd115b0d3ae574cb2412.tar.gz Qt-cf911bc0d297ed30e615fd115b0d3ae574cb2412.tar.bz2 |
If accessibility isn't built, don't try to test it
Only build the autotest when the feature to be tested is in the Qt
build. This is better than building and running an empty test.
Change-Id: I67721f5f48296afcca64f761d12325f8e040f2d8
Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/auto/other.pro')
-rw-r--r-- | tests/auto/other.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro index 89f9e53..655d666 100644 --- a/tests/auto/other.pro +++ b/tests/auto/other.pro @@ -5,7 +5,6 @@ TEMPLATE=subdirs SUBDIRS=\ # baselineexample \ Just an example demonstrating qbaselinetest usage lancelot \ - qaccessibility \ qalgorithms \ qcombobox \ qcssparser \ @@ -36,6 +35,8 @@ SUBDIRS=\ windowsmobile \ nativeimagehandleprovider +contains(QT_CONFIG, accessibility):SUBDIRS += qaccessibility + contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter mac: { SUBDIRS += macgui \ |