diff options
author | ninerider <qt-info@nokia.com> | 2009-09-24 08:20:47 (GMT) |
---|---|---|
committer | ninerider <qt-info@nokia.com> | 2009-09-25 07:51:11 (GMT) |
commit | c433e5a0a75b8945f9e85bc8d943b04acac0bf5e (patch) | |
tree | a1a9834a79e12a97650ee4070362ba10bb1dedc6 /tests/auto/auto.pro | |
parent | b12fb5861ce09539c04cd51db12a9bfbe32a4774 (diff) | |
download | Qt-c433e5a0a75b8945f9e85bc8d943b04acac0bf5e.zip Qt-c433e5a0a75b8945f9e85bc8d943b04acac0bf5e.tar.gz Qt-c433e5a0a75b8945f9e85bc8d943b04acac0bf5e.tar.bz2 |
Test projects for Qt3 factored out from the general tests
Tests made unavailable for Windows CE testing
Reviewed-by: Joerg
Diffstat (limited to 'tests/auto/auto.pro')
-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 |