diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-22 01:54:06 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-22 01:54:06 (GMT) |
commit | f0c374a107c6f66b9d013fd25a6ba38bda13916d (patch) | |
tree | 22a9d02e12b8219b75808a04170e0f23c927ce41 | |
parent | 2c924630caf449a26d92f227152bd4e0a19138f3 (diff) | |
download | Qt-f0c374a107c6f66b9d013fd25a6ba38bda13916d.zip Qt-f0c374a107c6f66b9d013fd25a6ba38bda13916d.tar.gz Qt-f0c374a107c6f66b9d013fd25a6ba38bda13916d.tar.bz2 |
Don't process uic3 subdir if qt3support is disabled.
-rw-r--r-- | tests/auto/auto.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index af9832c..3d25656 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -11,7 +11,6 @@ TEMPLATE = subdirs maketestselftest \ moc \ uic \ - uic3 \ guiapplauncher \ #atwrapper \ # These tests need significant updating, #uiloader \ # they have hardcoded machine names etc. @@ -69,6 +68,9 @@ Q3SUBDIRS += \ q3uridrag \ q3widgetstack +!cross_compile:Q3SUBDIRS += \ + uic3 + SUBDIRS += \ # exceptionsafety_objects \ shouldn't enable it languagechange \ |