summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-02-22 11:54:06 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-02-22 11:54:06 +1000
commitf0c374a107c6f66b9d013fd25a6ba38bda13916d (patch)
tree22a9d02e12b8219b75808a04170e0f23c927ce41 /tests/auto/auto.pro
parent2c924630caf449a26d92f227152bd4e0a19138f3 (diff)
Don't process uic3 subdir if qt3support is disabled.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index af9832ceaf..3d25656527 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 \