diff options
-rw-r--r-- | tests/auto/auto.pro | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index a2e1407..896d29e 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -11,14 +11,7 @@ TEMPLATE = subdirs moc \ uic \ uic3 - -SUBDIRS += \ - collections \ - exceptionsafety \ - mediaobject \ -# mediaobject_wince_ds9 \ This is Windows CE only (we test the second phonon backend ds9 here) - modeltest \ - networkselftest \ +Q3SUBDIRS += \ q3accel \ q3action \ q3actiongroup \ @@ -64,7 +57,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 \ @@ -397,6 +398,8 @@ SUBDIRS += \ symbols \ qrand \ 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 |