summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-07-29 11:23:37 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-07-29 11:23:37 +1000
commitaf489fb5551265da1f5e34deaba627a36e5c560e (patch)
tree4aed54d8872a5ce60e10346385ad317705b2d35d
parente0238a6d8a6a567dbdf598983dedbe4a58a9ef2d (diff)
downloadqt4-tools-af489fb5551265da1f5e34deaba627a36e5c560e.tar.gz
Skip uic3 test when qt3support is disabled.
-rw-r--r--tests/auto/uic3/uic3.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/uic3/uic3.pro b/tests/auto/uic3/uic3.pro
index 520f95a2f7..72a1304f01 100644
--- a/tests/auto/uic3/uic3.pro
+++ b/tests/auto/uic3/uic3.pro
@@ -6,3 +6,6 @@ TARGET = tst_uic3
# This test is not run on wince (I think)
DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+requires(contains(QT_CONFIG,qt3support))
+