From f5ea4ff7ce22f2f16f14b134908aa53c48633584 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 22 Sep 2009 17:37:51 +1000 Subject: Don't run host tools autotests when Qt is cross compiled. Reviewed-by: mstormo --- tests/auto/auto.pro | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index e2a67af..0638679 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,20 +1,22 @@ QT = core TEMPLATE = subdirs -# Directories -!wince*:SUBDIRS += \ - headers - -SUBDIRS += \ +# These tests use host tools and therefore can't work for cross-compiled Qt. +!cross_compile:SUBDIRS += \ + headers \ bic \ - collections \ compiler \ compilerwarnings \ - exceptionsafety \ linguist \ + moc \ + uic \ + uic3 + +SUBDIRS += \ + collections \ + exceptionsafety \ mediaobject \ # mediaobject_wince_ds9 \ This is Windows CE only (we test the second phonon backend ds9 here) - moc \ modeltest \ networkselftest \ q3accel \ @@ -394,8 +396,6 @@ SUBDIRS += \ selftests \ symbols \ qrand \ - uic \ - uic3 \ utf8 contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter -- cgit v0.12