diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-09-29 04:09:01 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-09-29 04:09:01 (GMT) |
commit | 575ad2c60482b279f828cfa87186b5fbb10f76c6 (patch) | |
tree | 101df52cd4b769dc8d10ef60714f25d819636e70 /tests/auto/auto.pro | |
parent | a913e326409062bbc1cad4d5898181c7b81cba23 (diff) | |
parent | 638f46a96b68d21137c4903c68015752ebdf58dc (diff) | |
download | Qt-575ad2c60482b279f828cfa87186b5fbb10f76c6.zip Qt-575ad2c60482b279f828cfa87186b5fbb10f76c6.tar.gz Qt-575ad2c60482b279f828cfa87186b5fbb10f76c6.tar.bz2 |
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
Conflicts:
configure.exe
mkspecs/features/qt.prf
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 3df24ac..7d08866 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,22 +1,17 @@ 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 \ - mediaobject \ -# mediaobject_wince_ds9 \ This is Windows CE only (we test the second phonon backend ds9 here) moc \ - modeltest \ - networkselftest \ + uic \ + uic3 +Q3SUBDIRS += \ q3accel \ q3action \ q3actiongroup \ @@ -36,6 +31,7 @@ SUBDIRS += \ q3hbox \ q3header \ q3iconview \ + q3listbox \ q3listview \ q3listviewitemiterator \ q3mainwindow \ @@ -62,7 +58,15 @@ SUBDIRS += \ q3toolbar \ q3urloperator \ q3valuelist \ - q3valuevector \ + q3valuevector + +SUBDIRS += \ + collections \ + exceptionsafety \ + mediaobject \ +# mediaobject_wince_ds9 \ This is Windows CE only (we test the second phonon backend ds9 here) + modeltest \ + networkselftest \ qabstractbutton \ qabstractitemmodel \ qabstractitemview \ @@ -193,7 +197,6 @@ SUBDIRS += \ qline \ qlineedit \ qlist \ - q3listbox \ qlistview \ qlistwidget \ qlocale \ @@ -276,7 +279,7 @@ SUBDIRS += \ qsocks5socketengine \ qsortfilterproxymodel \ qsound \ - qaudiodeviceid \ + qaudiodeviceinfo \ qaudioformat \ qaudiooutput \ qaudioinput \ @@ -394,9 +397,9 @@ SUBDIRS += \ selftests \ symbols \ qrand \ - uic \ - uic3 \ utf8 + +!wince*:SUBDIRS += $$Q3SUBDIRS contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter mac: { @@ -404,7 +407,8 @@ mac: { macplist \ qaccessibility_mac } -embedded: { + +embedded:!wince* { SUBDIRS += qcopchannel \ qdirectpainter \ qmultiscreen |