diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-04 02:17:16 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-04 02:18:35 (GMT) |
commit | 4f884f13a53a18d925054d3773d06cb487a7eb86 (patch) | |
tree | 82fcf5714d6cbfd9943275b858911bbf242e15d1 | |
parent | 243fa0427cfb9878c39946dcf5429aab581c47c3 (diff) | |
download | Qt-4f884f13a53a18d925054d3773d06cb487a7eb86.zip Qt-4f884f13a53a18d925054d3773d06cb487a7eb86.tar.gz Qt-4f884f13a53a18d925054d3773d06cb487a7eb86.tar.bz2 |
Do not process uic3 test unless qt3support is enabled.
-rw-r--r-- | tests/auto/host.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/host.pro b/tests/auto/host.pro index 6a7cea7..9852d91 100644 --- a/tests/auto/host.pro +++ b/tests/auto/host.pro @@ -8,7 +8,6 @@ SUBDIRS=\ maketestselftest \ moc \ uic \ - uic3 \ guiapplauncher \ qmake \ rcc \ @@ -16,3 +15,5 @@ SUBDIRS=\ #atwrapper \ # These tests need significant updating, #uiloader \ # they have hardcoded machine names etc. +contains(QT_CONFIG,qt3support):SUBDIRS+=uic3 + |