diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-22 06:49:34 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-22 06:49:34 (GMT) |
commit | 8cec21a14fdc53f3dd147eaf7a807c7b77a2f766 (patch) | |
tree | f9016be9f8631548a26ea0583423aef2d74a4550 /tests/auto/auto.pro | |
parent | 0a83a6c571fadb454cb8711aed84258b061d44b5 (diff) | |
parent | 9d0ec198801ff93c3848320bb28591739077f7b1 (diff) | |
download | Qt-8cec21a14fdc53f3dd147eaf7a807c7b77a2f766.zip Qt-8cec21a14fdc53f3dd147eaf7a807c7b77a2f766.tar.gz Qt-8cec21a14fdc53f3dd147eaf7a807c7b77a2f766.tar.bz2 |
Merge remote branch 'origin/4.6' into integration-master-from-4.6
Diffstat (limited to 'tests/auto/auto.pro')
-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 7ba6243..791d23c 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 \ |