diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-29 11:23:37 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-29 11:23:37 +1000 |
commit | af489fb5551265da1f5e34deaba627a36e5c560e (patch) | |
tree | 4aed54d8872a5ce60e10346385ad317705b2d35d | |
parent | e0238a6d8a6a567dbdf598983dedbe4a58a9ef2d (diff) | |
download | qt4-tools-af489fb5551265da1f5e34deaba627a36e5c560e.tar.gz |
Skip uic3 test when qt3support is disabled.
-rw-r--r-- | tests/auto/uic3/uic3.pro | 3 |
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)) + |