Cleanup corelib autotests
authorJason McDonald <jason.mcdonald@nokia.com>
Mon, 7 Nov 2011 06:46:52 +0000 (16:46 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 Nov 2011 01:45:05 +0000 (02:45 +0100)
Tidy the autotest .pro files.  Most autotest .pro files should look like
this:

CONFIG += testcase
TARGET = tst_something
QT = core testlib
SOURCES = tst_something.cpp

Change-Id: I877c2194e9fa9dd13478d117895e1e255a948ad7
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
126 files changed:
tests/auto/corelib/animation/qabstractanimation/qabstractanimation.pro
tests/auto/corelib/animation/qanimationgroup/qanimationgroup.pro
tests/auto/corelib/animation/qparallelanimationgroup/qparallelanimationgroup.pro
tests/auto/corelib/animation/qpauseanimation/qpauseanimation.pro
tests/auto/corelib/animation/qpropertyanimation/qpropertyanimation.pro
tests/auto/corelib/animation/qsequentialanimationgroup/qsequentialanimationgroup.pro
tests/auto/corelib/animation/qvariantanimation/qvariantanimation.pro
tests/auto/corelib/codecs/qtextcodec/test/test.pro
tests/auto/corelib/concurrent/qfuture/qfuture.pro
tests/auto/corelib/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro
tests/auto/corelib/concurrent/qfuturewatcher/qfuturewatcher.pro
tests/auto/corelib/concurrent/qtconcurrentfilter/qtconcurrentfilter.pro
tests/auto/corelib/concurrent/qtconcurrentiteratekernel/qtconcurrentiteratekernel.pro
tests/auto/corelib/concurrent/qtconcurrentmap/qtconcurrentmap.pro
tests/auto/corelib/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro
tests/auto/corelib/concurrent/qtconcurrentrun/qtconcurrentrun.pro
tests/auto/corelib/concurrent/qtconcurrentthreadengine/qtconcurrentthreadengine.pro
tests/auto/corelib/concurrent/qthreadpool/qthreadpool.pro
tests/auto/corelib/global/q_func_info/q_func_info.pro
tests/auto/corelib/global/qflags/qflags.pro
tests/auto/corelib/global/qgetputenv/qgetputenv.pro
tests/auto/corelib/global/qglobal/qglobal.pro
tests/auto/corelib/global/qnumeric/qnumeric.pro
tests/auto/corelib/global/qrand/qrand.pro
tests/auto/corelib/io/qabstractfileengine/qabstractfileengine.pro
tests/auto/corelib/io/qbuffer/qbuffer.pro
tests/auto/corelib/io/qdatastream/qdatastream.pro
tests/auto/corelib/io/qdebug/qdebug.pro
tests/auto/corelib/io/qdir/qdir.pro
tests/auto/corelib/io/qdiriterator/qdiriterator.pro
tests/auto/corelib/io/qfile/largefile/largefile.pro
tests/auto/corelib/io/qfile/test/test.pro
tests/auto/corelib/io/qfileinfo/qfileinfo.pro
tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
tests/auto/corelib/io/qfilesystemwatcher/qfilesystemwatcher.pro
tests/auto/corelib/io/qiodevice/qiodevice.pro
tests/auto/corelib/io/qprocess/test/test.pro
tests/auto/corelib/io/qprocessenvironment/qprocessenvironment.pro
tests/auto/corelib/io/qresourceengine/qresourceengine.pro
tests/auto/corelib/io/qsettings/qsettings.pro
tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro
tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
tests/auto/corelib/io/qtextstream/test/test.pro
tests/auto/corelib/io/qurl/qurl.pro
tests/auto/corelib/kernel/qabstractitemmodel/qabstractitemmodel.pro
tests/auto/corelib/kernel/qcoreapplication/qcoreapplication.pro
tests/auto/corelib/kernel/qeventloop/qeventloop.pro
tests/auto/corelib/kernel/qitemmodel/qitemmodel.pro
tests/auto/corelib/kernel/qmath/qmath.pro
tests/auto/corelib/kernel/qmetaobject/qmetaobject.pro
tests/auto/corelib/kernel/qmetaobjectbuilder/qmetaobjectbuilder.pro
tests/auto/corelib/kernel/qmetaproperty/qmetaproperty.pro
tests/auto/corelib/kernel/qmetatype/qmetatype.pro
tests/auto/corelib/kernel/qmimedata/qmimedata.pro
tests/auto/corelib/kernel/qobject/tst_qobject.pro
tests/auto/corelib/kernel/qpointer/qpointer.pro
tests/auto/corelib/kernel/qsignalmapper/qsignalmapper.pro
tests/auto/corelib/kernel/qsocketnotifier/qsocketnotifier.pro
tests/auto/corelib/kernel/qtimer/qtimer.pro
tests/auto/corelib/kernel/qtranslator/qtranslator.pro
tests/auto/corelib/kernel/qvariant/qvariant.pro
tests/auto/corelib/kernel/qwineventnotifier/qwineventnotifier.pro
tests/auto/corelib/plugin/qlibrary/tst/tst.pro
tests/auto/corelib/plugin/qplugin/tst_qplugin.pro
tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
tests/auto/corelib/plugin/quuid/test/test.pro
tests/auto/corelib/statemachine/qstate/qstate.pro
tests/auto/corelib/statemachine/qstatemachine/qstatemachine.pro
tests/auto/corelib/thread/qatomicint/qatomicint.pro
tests/auto/corelib/thread/qatomicpointer/qatomicpointer.pro
tests/auto/corelib/thread/qmutex/qmutex.pro
tests/auto/corelib/thread/qmutexlocker/qmutexlocker.pro
tests/auto/corelib/thread/qreadlocker/qreadlocker.pro
tests/auto/corelib/thread/qreadwritelock/qreadwritelock.pro
tests/auto/corelib/thread/qsemaphore/qsemaphore.pro
tests/auto/corelib/thread/qthread/qthread.pro
tests/auto/corelib/thread/qthreadonce/qthreadonce.pro
tests/auto/corelib/thread/qthreadstorage/tst_qthreadstorage.pro
tests/auto/corelib/thread/qwaitcondition/qwaitcondition.pro
tests/auto/corelib/thread/qwritelocker/qwritelocker.pro
tests/auto/corelib/tools/qalgorithms/qalgorithms.pro
tests/auto/corelib/tools/qbitarray/qbitarray.pro
tests/auto/corelib/tools/qbytearray/qbytearray.pro
tests/auto/corelib/tools/qbytearraymatcher/qbytearraymatcher.pro
tests/auto/corelib/tools/qcache/qcache.pro
tests/auto/corelib/tools/qchar/qchar.pro
tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro
tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro
tests/auto/corelib/tools/qdate/qdate.pro
tests/auto/corelib/tools/qdatetime/qdatetime.pro
tests/auto/corelib/tools/qeasingcurve/qeasingcurve.pro
tests/auto/corelib/tools/qelapsedtimer/qelapsedtimer.pro
tests/auto/corelib/tools/qexplicitlyshareddatapointer/qexplicitlyshareddatapointer.pro
tests/auto/corelib/tools/qfreelist/qfreelist.pro
tests/auto/corelib/tools/qhash/qhash.pro
tests/auto/corelib/tools/qline/qline.pro
tests/auto/corelib/tools/qlist/qlist.pro
tests/auto/corelib/tools/qlocale/test/test.pro
tests/auto/corelib/tools/qmap/qmap.pro
tests/auto/corelib/tools/qmargins/qmargins.pro
tests/auto/corelib/tools/qpoint/qpoint.pro
tests/auto/corelib/tools/qqueue/qqueue.pro
tests/auto/corelib/tools/qrect/qrect.pro
tests/auto/corelib/tools/qregexp/qregexp.pro
tests/auto/corelib/tools/qringbuffer/qringbuffer.pro
tests/auto/corelib/tools/qscopedpointer/qscopedpointer.pro
tests/auto/corelib/tools/qscopedvaluerollback/qscopedvaluerollback.pro
tests/auto/corelib/tools/qset/qset.pro
tests/auto/corelib/tools/qsharedpointer/qsharedpointer.pro
tests/auto/corelib/tools/qsize/qsize.pro
tests/auto/corelib/tools/qsizef/qsizef.pro
tests/auto/corelib/tools/qstl/qstl.pro
tests/auto/corelib/tools/qstring/qstring.pro
tests/auto/corelib/tools/qstringbuilder/qstringbuilder1/qstringbuilder1.pro
tests/auto/corelib/tools/qstringbuilder/qstringbuilder2/qstringbuilder2.pro
tests/auto/corelib/tools/qstringbuilder/qstringbuilder3/qstringbuilder3.pro
tests/auto/corelib/tools/qstringbuilder/qstringbuilder4/qstringbuilder4.pro
tests/auto/corelib/tools/qstringlist/qstringlist.pro
tests/auto/corelib/tools/qstringmatcher/qstringmatcher.pro
tests/auto/corelib/tools/qstringref/qstringref.pro
tests/auto/corelib/tools/qtextboundaryfinder/qtextboundaryfinder.pro
tests/auto/corelib/tools/qtime/qtime.pro
tests/auto/corelib/tools/qtimeline/qtimeline.pro
tests/auto/corelib/tools/qvarlengtharray/qvarlengtharray.pro
tests/auto/corelib/tools/qvector/qvector.pro
tests/auto/corelib/xml/qxmlstream/qxmlstream.pro

index a948003..970f7e3 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qabstractanimation
 QT = core testlib
-SOURCES  += tst_qabstractanimation.cpp \
-
-
-CONFIG += parallel_test
+SOURCES = tst_qabstractanimation.cpp
index 179412a..e06ed50 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qanimationgroup
 QT = core testlib
-SOURCES  += tst_qanimationgroup.cpp
-
-
-CONFIG += parallel_test
+SOURCES = tst_qanimationgroup.cpp
index e18d17b..9303c89 100644 (file)
@@ -1,6 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qparallelanimationgroup
 QT = core gui testlib
-SOURCES  += tst_qparallelanimationgroup.cpp
-
-
+SOURCES = tst_qparallelanimationgroup.cpp
index e254c67..74fb2ee 100644 (file)
@@ -1,6 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qpauseanimation
-QT = core core-private gui gui-private testlib
-SOURCES  += tst_qpauseanimation.cpp
-
-
+QT = core-private gui-private testlib
+SOURCES = tst_qpauseanimation.cpp
index 2286688..bfeb183 100644 (file)
@@ -1,6 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qpropertyanimation
 QT = core gui widgets testlib
-SOURCES  += tst_qpropertyanimation.cpp
-
-
+SOURCES = tst_qpropertyanimation.cpp
index 810e0a7..9cdd930 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qsequentialanimationgroup
 QT = core testlib
-SOURCES  += tst_qsequentialanimationgroup.cpp
-
-
-CONFIG += parallel_test
+SOURCES = tst_qsequentialanimationgroup.cpp
index 2b16d69..f9e9678 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qvariantanimation
 QT = core testlib
-SOURCES  += tst_qvariantanimation.cpp \
-
-
-CONFIG += parallel_test
+SOURCES = tst_qvariantanimation.cpp
index 6178fcf..16b831e 100644 (file)
@@ -1,33 +1,24 @@
 CONFIG += testcase
 QT += testlib
+SOURCES = ../tst_qtextcodec.cpp
 
-SOURCES  += ../tst_qtextcodec.cpp
-
-!wince*: {
-TARGET = ../tst_qtextcodec
-
-win32: {
-  CONFIG(debug, debug|release) {
-    TARGET = ../../debug/tst_qtextcodec
-} else {
-    TARGET = ../../release/tst_qtextcodec
-  }
-}
-} else {
-   TARGET = tst_qtextcodec
-}
-
-wince* {
-   addFiles.files = ../*.txt
-   addFiles.path = .
-   DEPLOYMENT += addFiles
-   wince*|qt_not_deployed {
-       DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
-   }
-}
-
-wince*: {
-   DEFINES += SRCDIR=\\\"\\\"
+!wince* {
+    TARGET = ../tst_qtextcodec
+    win32: {
+        CONFIG(debug, debug|release) {
+            TARGET = ../../debug/tst_qtextcodec
+        } else {
+            TARGET = ../../release/tst_qtextcodec
+        }
+    }
+    DEFINES += SRCDIR=\\\"$$PWD/../\\\"
 } else {
-   DEFINES += SRCDIR=\\\"$$PWD/../\\\"
+    TARGET = tst_qtextcodec
+    addFiles.files = ../*.txt
+    addFiles.path = .
+    DEPLOYMENT += addFiles
+    qt_not_deployed {
+        DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
+    }
+    DEFINES += SRCDIR=\\\"\\\"
 }
index 606c15a..517871a 100644 (file)
@@ -1,6 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qfuture
+QT = core-private testlib
+SOURCES = tst_qfuture.cpp
 DEFINES += QT_STRICT_ITERATORS
-SOURCES += tst_qfuture.cpp
-QT = core core-private testlib
-CONFIG += parallel_test
index 18cc00d..b36560b 100644 (file)
@@ -1,6 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qfuturesynchronizer
 QT = core testlib
-SOURCES  += tst_qfuturesynchronizer.cpp \
-
-CONFIG += parallel_test
+SOURCES = tst_qfuturesynchronizer.cpp
index a692321..ae98fed 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qfuturewatcher
-SOURCES += tst_qfuturewatcher.cpp 
-QT = core core-private testlib
-CONFIG += parallel_test
+QT = core-private testlib
+SOURCES = tst_qfuturewatcher.cpp
index f325514..f783455 100644 (file)
@@ -1,7 +1,7 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtconcurrentfilter
-DEFINES += QT_STRICT_ITERATORS
-SOURCES += tst_qtconcurrentfilter.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qtconcurrentfilter.cpp
+DEFINES += QT_STRICT_ITERATORS
+
 CONFIG += insignificant_test # See QTBUG-20688
index cf48c1e..e876c86 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtconcurrentiteratekernel
-SOURCES += tst_qtconcurrentiteratekernel.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qtconcurrentiteratekernel.cpp
index 72bf95e..b4f5cbc 100644 (file)
@@ -1,6 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtconcurrentmap
-DEFINES += QT_STRICT_ITERATORS
-SOURCES += tst_qtconcurrentmap.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qtconcurrentmap.cpp
+DEFINES += QT_STRICT_ITERATORS
index 037bb89..e93fc58 100644 (file)
@@ -1,6 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtconcurrentresultstore
+QT = core-private testlib
+SOURCES = tst_qtconcurrentresultstore.cpp
 DEFINES += QT_STRICT_ITERATORS
-SOURCES += tst_qtconcurrentresultstore.cpp
-QT = core core-private testlib
-CONFIG += parallel_test
index 1914867..d4f130f 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtconcurrentrun
-SOURCES += tst_qtconcurrentrun.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qtconcurrentrun.cpp
index f734fc5..536ccc3 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtconcurrentthreadengine
-SOURCES += tst_qtconcurrentthreadengine.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qtconcurrentthreadengine.cpp
index df13d5f..4d81218 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qthreadpool
-SOURCES += tst_qthreadpool.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qthreadpool.cpp
index d657fd8..d3b906a 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_q_func_info
-SOURCES  += tst_q_func_info.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_q_func_info.cpp
index eeb204f..e5d1acb 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qflags
-SOURCES += tst_qflags.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qflags.cpp
index ccfac7b..039de7a 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qgetputenv
-SOURCES  += tst_qgetputenv.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qgetputenv.cpp
index b4bcf05..0f26e98 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qglobal
-SOURCES += tst_qglobal.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qglobal.cpp
index 67b7a8d..cf2cc56 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qnumeric
-
 QT = core testlib
-
-SOURCES += tst_qnumeric.cpp
-CONFIG += parallel_test
+SOURCES = tst_qnumeric.cpp
index 552592e..911ff50 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qrand
-SOURCES += tst_qrand.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qrand.cpp
index d498b53..d7565b5 100644 (file)
@@ -1,7 +1,5 @@
 CONFIG += testcase
 TARGET = tst_qabstractfileengine
 QT = core testlib
-
 SOURCES = tst_qabstractfileengine.cpp
 RESOURCES += qabstractfileengine.qrc
-
index 9745fcd..a21af80 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qbuffer
-SOURCES  += tst_qbuffer.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qbuffer.cpp
index 2cb4282..2214bdb 100644 (file)
@@ -1,13 +1,13 @@
 CONFIG += testcase
 TARGET = tst_qdatastream
-SOURCES += tst_qdatastream.cpp
-QT += gui widgets testlib
-wince*: {
-   addFiles.files = datastream.q42
-   addFiles.path = .
-   DEPLOYMENT += addFiles
-   DEFINES += SRCDIR=\\\"\\\"
+QT = gui widgets testlib
+SOURCES = tst_qdatastream.cpp
+
+wince* {
+    addFiles.files = datastream.q42
+    addFiles.path = .
+    DEPLOYMENT += addFiles
+    DEFINES += SRCDIR=\\\"\\\"
 } else {
-   DEFINES += SRCDIR=\\\"$$PWD/\\\"
+    DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
-
index b6a91a7..ab02606 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qdebug
-SOURCES += tst_qdebug.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qdebug.cpp
index 44cf644..c26262e 100644 (file)
@@ -1,19 +1,14 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qdir
-SOURCES   += tst_qdir.cpp
+QT = core testlib
+SOURCES = tst_qdir.cpp
 RESOURCES += qdir.qrc
-QT        = core testlib
 
 wince* {
   DirFiles.files = testdir testData searchdir resources entrylist types tst_qdir.cpp
   DirFiles.path = .
   DEPLOYMENT += DirFiles
-}
-
-wince* {
   DEFINES += SRCDIR=\\\"\\\"
 } else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
-
-CONFIG += parallel_test
index ea0789a..b51a734 100644 (file)
@@ -1,9 +1,7 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qdiriterator
-SOURCES  += tst_qdiriterator.cpp
-RESOURCES      += qdiriterator.qrc
 QT = core testlib
+SOURCES = tst_qdiriterator.cpp
+RESOURCES += qdiriterator.qrc
 
 wince*mips*|wincewm50smart-msvc200*: DEFINES += WINCE_BROKEN_ITERATE=1
-
-CONFIG += parallel_test
index ca2a186..4e62912 100644 (file)
@@ -1,9 +1,6 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_largefile
-
 QT = core testlib
-SOURCES += tst_largefile.cpp
+SOURCES = tst_largefile.cpp
 
 wince*: SOURCES += $$QT_SOURCE_TREE/src/corelib/kernel/qfunctions_wince.cpp
-
-CONFIG += parallel_test
index 44dd20c..aca034b 100644 (file)
@@ -1,5 +1,7 @@
 CONFIG += testcase
-SOURCES  += ../tst_qfile.cpp
+TARGET = ../tst_qfile
+SOURCES = ../tst_qfile.cpp
+RESOURCES += ../qfile.qrc ../rename-fallback.qrc ../copy-fallback.qrc
 
 wince* {
     QT = core gui testlib
@@ -11,9 +13,6 @@ wince* {
     resour.path = resources
 
     DEPLOYMENT += files resour
-}
-
-wince* {
     SOURCES += $$QT_SOURCE_TREE/src/corelib/kernel/qfunctions_wince.cpp     # needed for QT_OPEN
     DEFINES += SRCDIR=\\\"\\\"
 } else {
@@ -21,10 +20,6 @@ wince* {
     DEFINES += SRCDIR=\\\"$$PWD/../\\\"
 }
 
-RESOURCES      += ../qfile.qrc ../rename-fallback.qrc ../copy-fallback.qrc
-
-TARGET = ../tst_qfile
-
 win32 {
     CONFIG(debug, debug|release) {
         TARGET = ../../debug/tst_qfile
index 42a045d..2f3fa3f 100644 (file)
@@ -1,26 +1,17 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qfileinfo
-SOURCES  += tst_qfileinfo.cpp
-
 QT = core-private testlib
-
-
-RESOURCES      += qfileinfo.qrc
+SOURCES = tst_qfileinfo.cpp
+RESOURCES += qfileinfo.qrc
 
 wince* {
     deploy.files += qfileinfo.qrc tst_qfileinfo.cpp
     res.files = resources\\file1 resources\\file1.ext1 resources\\file1.ext1.ext2
     res.path = resources
     DEPLOYMENT += deploy res
-}
-
-win32*:LIBS += -ladvapi32 -lnetapi32
-
-# support for running test from shadow build directory
-wince* {
     DEFINES += SRCDIR=\\\"\\\"
 } else {
     DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
 
-CONFIG += parallel_test
+win32*:LIBS += -ladvapi32 -lnetapi32
index 7990bb6..382dc31 100644 (file)
@@ -1,9 +1,6 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qfilesystementry
-
-SOURCES   += tst_qfilesystementry.cpp \
+QT = core-private testlib
+SOURCES = tst_qfilesystementry.cpp \
     $${QT.core.sources}/io/qfilesystementry.cpp
-HEADERS += $${QT.core.sources}/io/qfilesystementry_p.h
-QT = core core-private testlib
-
-CONFIG += parallel_test
+HEADERS = $${QT.core.sources}/io/qfilesystementry_p.h
index aa1e37f..8ada44f 100644 (file)
@@ -1,6 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qfilesystemwatcher
-SOURCES += tst_qfilesystemwatcher.cpp
 QT = core testlib
-
-CONFIG += parallel_test
+SOURCES = tst_qfilesystemwatcher.cpp
index 7ef227d..fa5ee14 100644 (file)
@@ -1,18 +1,15 @@
 CONFIG += testcase
 TARGET = tst_qiodevice
-SOURCES  += tst_qiodevice.cpp
-
 QT = core network testlib
-
-wince*: {
-   addFiles.files = tst_qiodevice.cpp
-   addFiles.path = .
-   DEPLOYMENT += addFiles
-   DEFINES += SRCDIR=\\\"\\\"
-   !wince50standard-x86-msvc2005: DEFINES += WINCE_EMULATOR_TEST=1
+SOURCES = tst_qiodevice.cpp
+
+wince* {
+    addFiles.files = tst_qiodevice.cpp
+    addFiles.path = .
+    DEPLOYMENT += addFiles
+    DEFINES += SRCDIR=\\\"\\\"
+    !wince50standard-x86-msvc2005: DEFINES += WINCE_EMULATOR_TEST=1
 } else {
-   DEFINES += SRCDIR=\\\"$$PWD/\\\"
+    DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
 MOC_DIR=tmp
-
-
index 3bac7ea..bb21f76 100644 (file)
 CONFIG += testcase
+QT = core testlib network
+embedded: QT += gui
+SOURCES = ../tst_qprocess.cpp
 
-SOURCES += ../tst_qprocess.cpp
 !wince*: {
-TARGET = ../tst_qprocess
-
-win32: {
-  CONFIG(debug, debug|release) {
-    TARGET = ../../debug/tst_qprocess
+    TARGET = ../tst_qprocess
+    win32: {
+        CONFIG(debug, debug|release) {
+            TARGET = ../../debug/tst_qprocess
+        } else {
+            TARGET = ../../release/tst_qprocess
+        }
+    }
 } else {
-    TARGET = ../../release/tst_qprocess
-  }
-}
-} else {
-   TARGET = tst_qprocess
-}
+    TARGET = tst_qprocess
+    addFile_fileWriterProcess.files = $$OUT_PWD/../fileWriterProcess/fileWriterProcess.exe
+    addFile_fileWriterProcess.path = fileWriterProcess
 
+    addFile_testBatFiles.files = $$PWD/../testBatFiles/*
+    addFile_testBatFiles.path = testBatFiles
 
+    addFile_testDetached.files = $$OUT_PWD/../testDetached/testDetached.exe
+    addFile_testDetached.path = testDetached
 
-QT = core testlib
-QT += network
+    addFile_testExitCodes.files = $$OUT_PWD/../testExitCodes/testExitCodes.exe
+    addFile_testExitCodes.path = testExitCodes
 
-embedded: QT += gui
+    addFile_testGuiProcess.files = $$OUT_PWD/../testGuiProcess/testGuiProcess.exe
+    addFile_testGuiProcess.path = testGuiProcess
+
+    addFile_testProcessCrash.files = $$OUT_PWD/../testProcessCrash/testProcessCrash.exe
+    addFile_testProcessCrash.path = testProcessCrash
+
+    addFile_testProcessDeadWhileReading.files = $$OUT_PWD/../testProcessDeadWhileReading/testProcessDeadWhileReading.exe
+    addFile_testProcessDeadWhileReading.path = testProcessDeadWhileReading
+
+    addFile_testProcessEcho.files = $$OUT_PWD/../testProcessEcho/testProcessEcho.exe
+    addFile_testProcessEcho.path = testProcessEcho
+
+    addFile_testProcessEcho2.files = $$OUT_PWD/../testProcessEcho2/testProcessEcho2.exe
+    addFile_testProcessEcho2.path = testProcessEcho2
+
+    addFile_testProcessEcho3.files = $$OUT_PWD/../testProcessEcho3/testProcessEcho3.exe
+    addFile_testProcessEcho3.path = testProcessEcho3
+
+    addFile_testProcessEOF.files = $$OUT_PWD/../testProcessEOF/testProcessEOF.exe
+    addFile_testProcessEOF.path = testProcessEOF
+
+    addFile_testProcessLoopback.files = $$OUT_PWD/../testProcessLoopback/testProcessLoopback.exe
+    addFile_testProcessLoopback.path = testProcessLoopback
+
+    addFile_testProcessNormal.files = $$OUT_PWD/../testProcessNormal/testProcessNormal.exe
+    addFile_testProcessNormal.path = testProcessNormal
+
+    addFile_testProcessOutput.files = $$OUT_PWD/../testProcessOutput/testProcessOutput.exe
+    addFile_testProcessOutput.path = testProcessOutput
+
+    addFile_testProcessNoSpacesArgs.files = $$OUT_PWD/../testProcessSpacesArgs/nospace.exe
+    addFile_testProcessNoSpacesArgs.path = testProcessSpacesArgs
+
+    addFile_testProcessOneSpacesArgs.files = $$OUT_PWD/../testProcessSpacesArgs/"one space".exe
+    addFile_testProcessOneSpacesArgs.path = testProcessSpacesArgs
+
+    addFile_testProcessTwoSpacesArgs.files = $$OUT_PWD/../testProcessSpacesArgs/"two space s".exe
+    addFile_testProcessTwoSpacesArgs.path = testProcessSpacesArgs
+
+    addFile_testSoftExit.files = $$OUT_PWD/../testSoftExit/testSoftExit.exe
+    addFile_testSoftExit.path = testSoftExit
+
+    addFile_testSpaceInName.files = $$OUT_PWD/../"test Space In Name"/testSpaceInName.exe
+    addFile_testSpaceInName.path = "test Space In Name"
 
-wince*: {
-       
-   addFile_fileWriterProcess.files = $$OUT_PWD/../fileWriterProcess/fileWriterProcess.exe 
-   addFile_fileWriterProcess.path = fileWriterProcess
-  
-   addFile_testBatFiles.files = $$PWD/../testBatFiles/*
-   addFile_testBatFiles.path = testBatFiles
-   
-   addFile_testDetached.files = $$OUT_PWD/../testDetached/testDetached.exe
-   addFile_testDetached.path = testDetached
-   
-   addFile_testExitCodes.files = $$OUT_PWD/../testExitCodes/testExitCodes.exe
-   addFile_testExitCodes.path = testExitCodes
-   
-   addFile_testGuiProcess.files = $$OUT_PWD/../testGuiProcess/testGuiProcess.exe
-   addFile_testGuiProcess.path = testGuiProcess
-
-   addFile_testProcessCrash.files = $$OUT_PWD/../testProcessCrash/testProcessCrash.exe
-   addFile_testProcessCrash.path = testProcessCrash
-   
-   addFile_testProcessDeadWhileReading.files = $$OUT_PWD/../testProcessDeadWhileReading/testProcessDeadWhileReading.exe
-   addFile_testProcessDeadWhileReading.path = testProcessDeadWhileReading
-   
-   addFile_testProcessEcho.files = $$OUT_PWD/../testProcessEcho/testProcessEcho.exe
-   addFile_testProcessEcho.path = testProcessEcho
-   
-   addFile_testProcessEcho2.files = $$OUT_PWD/../testProcessEcho2/testProcessEcho2.exe 
-   addFile_testProcessEcho2.path = testProcessEcho2
-   
-   addFile_testProcessEcho3.files = $$OUT_PWD/../testProcessEcho3/testProcessEcho3.exe
-   addFile_testProcessEcho3.path = testProcessEcho3
-   
-   addFile_testProcessEOF.files = $$OUT_PWD/../testProcessEOF/testProcessEOF.exe 
-   addFile_testProcessEOF.path = testProcessEOF
-   
-   addFile_testProcessLoopback.files = $$OUT_PWD/../testProcessLoopback/testProcessLoopback.exe
-   addFile_testProcessLoopback.path = testProcessLoopback
-   
-   addFile_testProcessNormal.files = $$OUT_PWD/../testProcessNormal/testProcessNormal.exe 
-   addFile_testProcessNormal.path = testProcessNormal
-   
-   addFile_testProcessOutput.files = $$OUT_PWD/../testProcessOutput/testProcessOutput.exe
-   addFile_testProcessOutput.path = testProcessOutput
-   
-   addFile_testProcessNoSpacesArgs.files = $$OUT_PWD/../testProcessSpacesArgs/nospace.exe
-   addFile_testProcessNoSpacesArgs.path = testProcessSpacesArgs
-   
-   addFile_testProcessOneSpacesArgs.files = $$OUT_PWD/../testProcessSpacesArgs/"one space".exe
-   addFile_testProcessOneSpacesArgs.path = testProcessSpacesArgs
-   
-   addFile_testProcessTwoSpacesArgs.files = $$OUT_PWD/../testProcessSpacesArgs/"two space s".exe
-   addFile_testProcessTwoSpacesArgs.path = testProcessSpacesArgs
-   
-   addFile_testSoftExit.files = $$OUT_PWD/../testSoftExit/testSoftExit.exe
-   addFile_testSoftExit.path = testSoftExit
-   
-   addFile_testSpaceInName.files = $$OUT_PWD/../"test Space In Name"/testSpaceInName.exe
-   addFile_testSpaceInName.path = "test Space In Name"
-   
-   
-   DEPLOYMENT += addFile_fileWriterProcess \
-                 addFile_testBatFiles \
-                 addFile_testDetached \
-                 addFile_testExitCodes  \
-                 addFile_testGuiProcess \
-                 addFile_testProcessCrash \
-                 addFile_testProcessDeadWhileReading \
-                 addFile_testProcessEcho \
-                 addFile_testProcessEcho2 \
-                 addFile_testProcessEcho3 \
-                 addFile_testProcessEchoGui \
-                 addFile_testProcessEOF \
-                 addFile_testProcessLoopback \
-                 addFile_testProcessNormal \
-                 addFile_testProcessOutput \
-                 addFile_testProcessNoSpacesArgs \
-                 addFile_testProcessOneSpacesArgs \
-                 addFile_testProcessTwoSpacesArgs \
-                 addFile_testSoftExit \
-                 addFile_testSpaceInName 
+    DEPLOYMENT += addFile_fileWriterProcess \
+                  addFile_testBatFiles \
+                  addFile_testDetached \
+                  addFile_testExitCodes  \
+                  addFile_testGuiProcess \
+                  addFile_testProcessCrash \
+                  addFile_testProcessDeadWhileReading \
+                  addFile_testProcessEcho \
+                  addFile_testProcessEcho2 \
+                  addFile_testProcessEcho3 \
+                  addFile_testProcessEchoGui \
+                  addFile_testProcessEOF \
+                  addFile_testProcessLoopback \
+                  addFile_testProcessNormal \
+                  addFile_testProcessOutput \
+                  addFile_testProcessNoSpacesArgs \
+                  addFile_testProcessOneSpacesArgs \
+                  addFile_testProcessTwoSpacesArgs \
+                  addFile_testSoftExit \
+                  addFile_testSpaceInName
 }
index b05b8a5..f044393 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qprocessenvironment
-
 QT = core testlib
-
-SOURCES  += tst_qprocessenvironment.cpp
-CONFIG += parallel_test
+SOURCES = tst_qprocessenvironment.cpp
index 9ed11df..1bb7bd9 100644 (file)
@@ -1,12 +1,7 @@
-######################################################################
-# Automatically generated by qmake (2.00a) ma 2. mai 16:14:33 2005
-######################################################################
-
-CONFIG += testcase
+CONFIG += testcase parallel_test
 load(resources)
-
-# Input
-SOURCES += tst_qresourceengine.cpp
+QT = core testlib
+SOURCES = tst_qresourceengine.cpp
 RESOURCES += testqrc/test.qrc
 
 runtime_resource.target = runtime_resource.rcc
@@ -15,7 +10,6 @@ runtime_resource.commands = $$QMAKE_RCC -root /runtime_resource/ -binary $${runt
 QMAKE_EXTRA_TARGETS = runtime_resource
 PRE_TARGETDEPS += $${runtime_resource.target}
 
-QT = core testlib
 wince* {
     deploy.files += runtime_resource.rcc parentdir.txt
     test.files = testqrc/*
@@ -37,6 +31,5 @@ wince* {
     DEPLOYMENT += deploy test alias other search1 search2 sub testsub testsub2
     DEFINES += SRCDIR=\\\"\\\"
 } else {
-   DEFINES += SRCDIR=\\\"$$PWD/\\\"
+    DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
-CONFIG += parallel_test
index ac85ea8..1772f4b 100644 (file)
@@ -1,11 +1,7 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qsettings
-
-QT += core-private testlib
-
-SOURCES  += tst_qsettings.cpp
+QT = core-private gui testlib
+SOURCES = tst_qsettings.cpp
 RESOURCES += qsettings.qrc
 
 win32-msvc*:LIBS += advapi32.lib
-
-CONFIG += parallel_test
index 983f87a..c39204a 100644 (file)
@@ -1,8 +1,7 @@
+CONFIG += testcase parallel_test
 TARGET = tst_qstandardpaths
-CONFIG += testcase
-SOURCES += tst_qstandardpaths.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qstandardpaths.cpp
 
 wince* {
     DEFINES += SRCDIR=\\\"\\\"
index 0c43b9c..b9650b8 100644 (file)
@@ -1,8 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtemporaryfile
-SOURCES       += tst_qtemporaryfile.cpp
 QT = core testlib
-
+SOURCES = tst_qtemporaryfile.cpp
 DEFINES += SRCDIR=\\\"$$PWD/\\\"
-
-CONFIG += parallel_test
index 8a0c9d4..cf53f44 100644 (file)
@@ -1,20 +1,17 @@
 CONFIG += testcase
-SOURCES  += ../tst_qtextstream.cpp
-
 TARGET = ../tst_qtextstream
+QT = core network testlib
+SOURCES = ../tst_qtextstream.cpp
+RESOURCES += ../qtextstream.qrc
 
 win32 {
-  CONFIG(debug, debug|release) {
-    TARGET = ../../debug/tst_qtextstream
-} else {
-    TARGET = ../../release/tst_qtextstream
-  }
+    CONFIG(debug, debug|release) {
+        TARGET = ../../debug/tst_qtextstream
+    } else {
+        TARGET = ../../release/tst_qtextstream
+    }
 }
 
-RESOURCES += ../qtextstream.qrc
-
-QT = core network testlib
-
 wince* {
     addFiles.files = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp
     addFiles.path = .
index 99aeb56..84538c0 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qurl
-SOURCES  += tst_qurl.cpp
-QT = core core-private testlib
-CONFIG += parallel_test
+QT = core-private testlib
+SOURCES = tst_qurl.cpp
index b3551da..ba4435f 100644 (file)
@@ -1,8 +1,8 @@
 CONFIG += testcase
 TARGET = tst_qabstractitemmodel
+QT = widgets testlib
 
 mtdir = ../../../integrationtests/modeltest
 INCLUDEPATH += $$PWD/$${mtdir}
-QT += widgets testlib
-SOURCES         += tst_qabstractitemmodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
-HEADERS         += $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h
+SOURCES = tst_qabstractitemmodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
+HEADERS = $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h
index 33ac65d..f9a38c2 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qcoreapplication
-SOURCES += tst_qcoreapplication.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qcoreapplication.cpp
index 822878e..0fee018 100644 (file)
@@ -1,7 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qeventloop
-SOURCES += tst_qeventloop.cpp
-QT -= gui 
-QT += network testlib
+QT = network testlib
+SOURCES = tst_qeventloop.cpp
 
 win32:!wince*:LIBS += -luser32
index f02b149..89e0129 100644 (file)
@@ -1,8 +1,7 @@
 CONFIG += testcase
 TARGET = tst_qitemmodel
-SOURCES         += tst_qitemmodel.cpp
-
-QT += widgets sql testlib
+QT = widgets sql testlib
+SOURCES = tst_qitemmodel.cpp
 
 # NOTE: The deployment of the sqldrivers is disabled on purpose.
 #       If we deploy the plugins, they are loaded twice when running
index 90e61d7..7d13d72 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qmath
-
 QT = core testlib
-
-SOURCES += tst_qmath.cpp
-CONFIG += parallel_test
+SOURCES = tst_qmath.cpp
index d5fc3d2..e7c20d8 100644 (file)
@@ -1,9 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qmetaobject
-
 QT = core gui widgets testlib
-
-SOURCES  += tst_qmetaobject.cpp
-
-
-
+SOURCES = tst_qmetaobject.cpp
index eb9810d..5380f90 100644 (file)
@@ -1,9 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qmetaobjectbuilder
+QT = core-private gui-private testlib
+SOURCES = tst_qmetaobjectbuilder.cpp
 macx:CONFIG -= app_bundle
-
-SOURCES += \
-    tst_qmetaobjectbuilder.cpp
-
-CONFIG += parallel_test
-QT += core-private gui-private testlib
index 4ceb253..e097b38 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qmetaproperty
 QT = core gui testlib
-SOURCES  += tst_qmetaproperty.cpp
-
+SOURCES = tst_qmetaproperty.cpp
index 2841c5f..aa7d59b 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qmetatype
-SOURCES  += tst_qmetatype.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qmetatype.cpp
index e4cf4ce..30b4e66 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qmimedata
-SOURCES  += tst_qmimedata.cpp
-QT += testlib
-
+QT = gui testlib
+SOURCES = tst_qmimedata.cpp
index b52e25b..bbc02ce 100644 (file)
@@ -1,16 +1,13 @@
 CONFIG += testcase
 TARGET = tst_qobject
-SOURCES += tst_qobject.cpp
+QT = core-private network gui testlib
+SOURCES = tst_qobject.cpp
 
 # this is here for a reason, moc_oldnormalizedobject.cpp is not auto-generated, it was generated by
 # moc from Qt 4.6, and should *not* be generated by the current moc
 SOURCES += moc_oldnormalizeobject.cpp
 
-QT = core-private \
-    network \
-    gui \
-    testlib
-wince*: { 
+wince* { 
     addFiles.files = signalbug.exe
     addFiles.path = .
     DEPLOYMENT += addFiles
index 33a31eb..db1a75c 100644 (file)
@@ -1,6 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qpointer
-QT += widgets testlib
-SOURCES += tst_qpointer.cpp
-
-
+QT = widgets testlib
+SOURCES = tst_qpointer.cpp
index 4bca1ab..5ec67cd 100644 (file)
@@ -1,7 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qsignalmapper
-QT += widgets testlib
-SOURCES  += tst_qsignalmapper.cpp
-
-
-
+QT = widgets testlib
+SOURCES = tst_qsignalmapper.cpp
index 0ec9179..58e4b98 100644 (file)
@@ -1,7 +1,7 @@
 CONFIG += testcase
 TARGET = tst_qsocketnotifier
-SOURCES += tst_qsocketnotifier.cpp
 QT = core-private network-private testlib
+SOURCES = tst_qsocketnotifier.cpp
 
 requires(contains(QT_CONFIG,private_tests))
 
index 1b24228..a52141f 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtimer
 QT = core testlib
-SOURCES  += tst_qtimer.cpp
-CONFIG += parallel_test
+SOURCES = tst_qtimer.cpp
index 0582499..603b128 100644 (file)
@@ -1,7 +1,7 @@
 CONFIG += testcase
 TARGET = tst_qtranslator
-QT += widgets testlib
-SOURCES  += tst_qtranslator.cpp
+QT = widgets testlib
+SOURCES = tst_qtranslator.cpp
 RESOURCES += qtranslator.qrc
 
 wince* {
index 7d9cfc2..00932f9 100644 (file)
@@ -1,4 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qvariant
-SOURCES  += tst_qvariant.cpp
-QT += widgets network testlib
+QT = widgets network testlib
+SOURCES = tst_qvariant.cpp
index 296aab3..b0f194c 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qwineventnotifier
-SOURCES  += tst_qwineventnotifier.cpp
-QT = core core-private testlib
-CONFIG += parallel_test
+QT = core-private testlib
+SOURCES = tst_qwineventnotifier.cpp
index c5035a8..a1854ad 100644 (file)
@@ -1,22 +1,21 @@
 CONFIG += testcase
-SOURCES         += ../tst_qlibrary.cpp
-TARGET  = ../tst_qlibrary
+TARGET = ../tst_qlibrary
 QT = core testlib
+SOURCES = ../tst_qlibrary.cpp
 
 win32 {
-  CONFIG(debug, debug|release) {
-    TARGET = ../../debug/tst_qlibrary
-} else {
-    TARGET = ../../release/tst_qlibrary
-  }
+    CONFIG(debug, debug|release) {
+        TARGET = ../../debug/tst_qlibrary
+    } else {
+        TARGET = ../../release/tst_qlibrary
+    }
 }
 
-wince*: {
-   addFiles.files = ../*.dll ../*.dl2 ../mylib_noextension
-   addFiles.path = .
-   DEPLOYMENT += addFiles
-   DEFINES += SRCDIR=\\\"\\\"
+wince* {
+    addFiles.files = ../*.dll ../*.dl2 ../mylib_noextension
+    addFiles.path = .
+    DEPLOYMENT += addFiles
+    DEFINES += SRCDIR=\\\"\\\"
 } else {
-   DEFINES += SRCDIR=\\\"$$PWD/../\\\"
+    DEFINES += SRCDIR=\\\"$$PWD/../\\\"
 }
-
index 894be1c..a569cff 100644 (file)
@@ -1,10 +1,9 @@
 CONFIG += testcase
 TARGET = tst_qplugin
-
-SOURCES = tst_qplugin.cpp
 QT = core testlib
+SOURCES = tst_qplugin.cpp
 
-wince*: {
+wince* {
    plugins.files = plugins/*
    plugins.path = plugins
    DEPLOYMENT += plugins
index 4a11bf4..8714597 100644 (file)
@@ -1,25 +1,22 @@
 CONFIG += testcase
-SOURCES         += ../tst_qpluginloader.cpp
 TARGET  = ../tst_qpluginloader
 QT = core testlib
-HEADERS += ../theplugin/plugininterface.h
+SOURCES = ../tst_qpluginloader.cpp
+HEADERS = ../theplugin/plugininterface.h
+DEFINES += SRCDIR=\\\"$$PWD/../\\\"
 
 win32 {
-  CONFIG(debug, debug|release) {
-    TARGET = ../../debug/tst_qpluginloader
-} else {
-    TARGET = ../../release/tst_qpluginloader
-  }
+    CONFIG(debug, debug|release) {
+        TARGET = ../../debug/tst_qpluginloader
+    } else {
+        TARGET = ../../release/tst_qpluginloader
+    }
 }
 
-
-wince*: {
+wince* {
    addFiles.files = $$OUT_PWD/../bin/*.dll
    addFiles.path = bin
    DEPLOYMENT += addFiles
 }
 
-DEFINES += SRCDIR=\\\"$$PWD/../\\\"
-mac*:CONFIG+=insignificant_test
-
 CONFIG += insignificant_test # QTBUG-21402
index 0063493..4999177 100644 (file)
@@ -1,22 +1,20 @@
 CONFIG += testcase
-
-QT = core testlib
-SOURCES += ../tst_quuid.cpp
 TARGET = tst_quuid
+QT = core testlib
+SOURCES = ../tst_quuid.cpp
 
 CONFIG(debug_and_release_target) {
-  CONFIG(debug, debug|release) {
-    DESTDIR = ../debug
-  } else {
-    DESTDIR = ../release
-  }
+    CONFIG(debug, debug|release) {
+        DESTDIR = ../debug
+    } else {
+        DESTDIR = ../release
+    }
 } else {
-  DESTDIR = ..
+    DESTDIR = ..
 }
 
 wince* {
-   addFile_processUniqueness.files = $$OUT_PWD/../testProcessUniqueness/testProcessUniqueness.exe 
-   addFile_processUniqueness.path = testProcessUniqueness
-
-   DEPLOYMENT += addFile_processUniqueness
+    addFile_processUniqueness.files = $$OUT_PWD/../testProcessUniqueness/testProcessUniqueness.exe
+    addFile_processUniqueness.path = testProcessUniqueness
+    DEPLOYMENT += addFile_processUniqueness
 }
index 243a696..7bd51ca 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstate
 QT = core testlib
-SOURCES  += tst_qstate.cpp
-
-
-CONFIG += parallel_test
+SOURCES = tst_qstate.cpp
index 1997e21..3b7c11b 100644 (file)
@@ -1,6 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qstatemachine
-QT += widgets testlib
-QT += core core-private gui widgets
-SOURCES  += tst_qstatemachine.cpp
-
+QT = core-private testlib gui widgets
+SOURCES = tst_qstatemachine.cpp
index dd18c7d..eb11268 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qatomicint
-SOURCES += tst_qatomicint.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qatomicint.cpp
index dc6c54a..ea65ae5 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qatomicpointer
-SOURCES += tst_qatomicpointer.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qatomicpointer.cpp
index cf567c2..4aa1dbc 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qmutex
-SOURCES += tst_qmutex.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qmutex.cpp
index 9e44b5f..a8b1fad 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qmutexlocker
-SOURCES += tst_qmutexlocker.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qmutexlocker.cpp
index 13cdf0c..4cda8d3 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qreadlocker
-SOURCES += tst_qreadlocker.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qreadlocker.cpp
index c35023d..59f7d88 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qreadwritelock
-SOURCES += tst_qreadwritelock.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qreadwritelock.cpp
index 871bd97..cd87e68 100644 (file)
@@ -1,8 +1,6 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qsemaphore
-SOURCES  += tst_qsemaphore.cpp
 QT = core testlib
+SOURCES = tst_qsemaphore.cpp
 
-
-CONFIG += parallel_test
 mac*:CONFIG+=insignificant_test
index da3be3b..cbaf01c 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qthread
-SOURCES += tst_qthread.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qthread.cpp
index cd97917..8fda1b7 100644 (file)
@@ -1,7 +1,7 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qthreadonce
-SOURCES += tst_qthreadonce.cpp
 QT = core testlib
+SOURCES = tst_qthreadonce.cpp
 
 # Don't use gcc's threadsafe statics
 # Note: some versions of gcc generate invalid code with this option...
@@ -10,5 +10,3 @@ QT = core testlib
 
 # Temporary:
 SOURCES += qthreadonce.cpp
-
-CONFIG += parallel_test
index 64f1767..15ced10 100644 (file)
@@ -1,4 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qthreadstorage
-SOURCES += tst_qthreadstorage.cpp
 QT = core testlib
+SOURCES = tst_qthreadstorage.cpp
index b9cf3af..0fb3b46 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qwaitcondition
-SOURCES += tst_qwaitcondition.cpp
 QT = core testlib
-
-
-CONFIG += parallel_test
+SOURCES = tst_qwaitcondition.cpp
index 946e75c..31717fd 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qwritelocker
-SOURCES += tst_qwritelocker.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qwritelocker.cpp
index 0827174..0e6e830 100644 (file)
@@ -1,5 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qalgorithms
-SOURCES  += tst_qalgorithms.cpp
-
 QT = core testlib
+SOURCES = tst_qalgorithms.cpp
index 528ea58..5574d17 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qbitarray
-SOURCES  += tst_qbitarray.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qbitarray.cpp
index 91a47b2..20aaf86 100644 (file)
@@ -1,20 +1,13 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qbytearray
-SOURCES  += tst_qbytearray.cpp
-
-
-QT = core core-private testlib
-
-wince* {
-   addFile.files = rfc3252.txt
-   addFile.path = .
-   DEPLOYMENT += addFile
-}
+QT = core-private testlib
+SOURCES = tst_qbytearray.cpp
 
 wince* {
-  DEFINES += SRCDIR=\\\"./\\\"
+    addFile.files = rfc3252.txt
+    addFile.path = .
+    DEPLOYMENT += addFile
+    DEFINES += SRCDIR=\\\"./\\\"
 } else {
-  DEFINES += SRCDIR=\\\"$$PWD/\\\"
+    DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
-
-CONFIG += parallel_test
index a90511d..be3aba5 100644 (file)
@@ -1,6 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qbytearraymatcher
-SOURCES  += tst_qbytearraymatcher.cpp
-
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qbytearraymatcher.cpp
index bd2a683..eff7535 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qcache
-SOURCES  += tst_qcache.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qcache.cpp
index 4921144..c0a9f1b 100644 (file)
@@ -1,14 +1,11 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qchar
-SOURCES  += tst_qchar.cpp
+QT = core-private testlib
+SOURCES = tst_qchar.cpp
 
-QT = core core-private testlib
-
-wince*: {
+wince* {
     deploy.files += NormalizationTest.txt
     DEPLOYMENT += deploy
 }
 
 DEFINES += SRCDIR=\\\"$$PWD/\\\"
-
-CONFIG += parallel_test
index 911dd1b..7cb30f0 100644 (file)
@@ -1,8 +1,4 @@
+CONFIG += testcase parallel_test
 TARGET = tst_qcontiguouscache
-CONFIG += testcase
-
-SOURCES  += tst_qcontiguouscache.cpp
-
-CONFIG += parallel_test
-
 QT = core testlib
+SOURCES = tst_qcontiguouscache.cpp
index 4f4d12b..39987ba 100644 (file)
@@ -1,6 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qcryptographichash
-SOURCES += tst_qcryptographichash.cpp
 QT = core testlib
-
-CONFIG += parallel_test
+SOURCES = tst_qcryptographichash.cpp
index 749c65e..1073793 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qdate
-SOURCES  += tst_qdate.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qdate.cpp
index 33c777f..0caead8 100644 (file)
@@ -1,8 +1,7 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qdatetime
-
-SOURCES += tst_qdatetime.cpp
-QT = core core-private testlib
+QT = core-private testlib
+SOURCES = tst_qdatetime.cpp
 
 # For some reason using optimization here triggers a compiler issue, which causes an exception
 # However, the code is correct
@@ -11,6 +10,3 @@ win32-msvc|win32-msvc9x {
     QMAKE_CFLAGS_RELEASE -= -O1
     QMAKE_CXXFLAGS_RELEASE -= -O1
 }
-
-
-CONFIG += parallel_test
index 03d71bb..85c20c5 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qeasingcurve
 QT = core testlib
-SOURCES  += tst_qeasingcurve.cpp
-CONFIG += parallel_test
+SOURCES = tst_qeasingcurve.cpp
index 1efacfe..f03343f 100644 (file)
@@ -1,12 +1,10 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qelapsedtimer
 QT = core testlib
+SOURCES = tst_qelapsedtimer.cpp
 
-SOURCES += tst_qelapsedtimer.cpp
 wince* {
     DEFINES += SRCDIR=\\\"\\\"
 } else {
     DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
-
-CONFIG += parallel_test
index 9064d02..6fe6c61 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qexplicitlyshareddatapointer
-SOURCES += tst_qexplicitlyshareddatapointer.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qexplicitlyshareddatapointer.cpp
index 2c3c693..d4d26bb 100644 (file)
@@ -1,6 +1,5 @@
 CONFIG += testcase
 TARGET = tst_qfreelist
-SOURCES  += tst_qfreelist.cpp
-QT += core-private testlib
-QT -= gui
+QT = core-private testlib
+SOURCES = tst_qfreelist.cpp
 !contains(QT_CONFIG,private_tests): SOURCES += $$QT.core.sources/tools/qfreelist.cpp
index 171a26e..3f5d1e8 100644 (file)
@@ -1,6 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qhash
-SOURCES  += tst_qhash.cpp
 QT = core testlib
-
-CONFIG += parallel_test
+SOURCES = tst_qhash.cpp
index 9b413e8..81096e0 100644 (file)
@@ -1,7 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qline
 QT = core testlib
-SOURCES += tst_qline.cpp
+SOURCES = tst_qline.cpp
 unix:!mac:!vxworks:LIBS+=-lm
-
-CONFIG += parallel_test
index 4ab25d0..c4afb5e 100644 (file)
@@ -1,7 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qlist
 QT = core testlib
-SOURCES  += tst_qlist.cpp
-
-
-
+SOURCES = tst_qlist.cpp
index 2cfa593..5c8f8c9 100644 (file)
@@ -1,30 +1,20 @@
 CONFIG += testcase
-SOURCES += ../tst_qlocale.cpp
-
-!wince*: {
-TARGET = ../tst_qlocale
-
-win32: {
-  CONFIG(debug, debug|release) {
-    TARGET = ../../debug/tst_qlocale
-} else {
-    TARGET = ../../release/tst_qlocale
-  }
-}
-} else {
-   TARGET = tst_qlocale
-}
-
-
-
-QT = core testlib
-QT += network
+QT = core testlib network
 embedded: QT += gui
+SOURCES = ../tst_qlocale.cpp
 
-wince*: {
-   addFiles.files = \
-        ../syslocaleapp
-
-   addFiles.path = "\\Program Files\\tst_qlocale"
-   DEPLOYMENT += addFiles
+!wince* {
+    TARGET = ../tst_qlocale
+    win32: {
+        CONFIG(debug, debug|release) {
+            TARGET = ../../debug/tst_qlocale
+        } else {
+            TARGET = ../../release/tst_qlocale
+        }
+    }
+} else {
+    TARGET = tst_qlocale
+    addFiles.files = ../syslocaleapp
+    addFiles.path = "\\Program Files\\tst_qlocale"
+    DEPLOYMENT += addFiles
 }
index fc4c84c..7a5f0d5 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qmap
-
 QT = core testlib
-
-SOURCES  += tst_qmap.cpp
-CONFIG += parallel_test
+SOURCES = tst_qmap.cpp
index 02478c3..b819d89 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qmargins
-SOURCES += tst_qmargins.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qmargins.cpp
index cd501f6..4c00f00 100644 (file)
@@ -1,9 +1,4 @@
-############################################################
-# Project file for autotest for file qpoint.h
-############################################################
-
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qpoint
-SOURCES += tst_qpoint.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qpoint.cpp
index 4a515d7..bf32e6c 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qqueue
-
 QT = core testlib
-
-SOURCES += tst_qqueue.cpp
-CONFIG += parallel_test
+SOURCES = tst_qqueue.cpp
index 149d194..df60647 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qrect
-SOURCES  += tst_qrect.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qrect.cpp
index 9630235..6fef2d6 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qregexp
-
 QT = core testlib
-
-SOURCES  += tst_qregexp.cpp
-CONFIG += parallel_test
+SOURCES = tst_qregexp.cpp
index 2f595ec..314ba2a 100644 (file)
@@ -1,8 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qringbuffer
-SOURCES  += tst_qringbuffer.cpp
-
-QT = core core-private testlib
-
-
-CONFIG += parallel_test
+QT = core-private testlib
+SOURCES = tst_qringbuffer.cpp
index 1aa5e33..4ae75d4 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qscopedpointer
-SOURCES += tst_qscopedpointer.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qscopedpointer.cpp
index 85aab77..7a5d8fe 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qscopedvaluerollback
-SOURCES += tst_qscopedvaluerollback.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qscopedvaluerollback.cpp
index 0e456c6..3bca59b 100644 (file)
@@ -1,6 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qset
-SOURCES  += tst_qset.cpp
 QT = core testlib
-
-CONFIG += parallel_test
+SOURCES = tst_qset.cpp
index 2e822f6..8ee58a0 100644 (file)
@@ -1,16 +1,15 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qsharedpointer
+QT = core testlib
 
-SOURCES += tst_qsharedpointer.cpp \
+SOURCES = tst_qsharedpointer.cpp \
     forwarddeclaration.cpp \
     forwarddeclared.cpp \
     wrapper.cpp
 
-HEADERS += forwarddeclared.h \
+HEADERS = forwarddeclared.h \
     wrapper.h
 
-QT = core testlib
 DEFINES += SRCDIR=\\\"$$PWD/\\\"
 
 include(externaltests.pri)
-CONFIG += parallel_test
index 140205b..8b5ad9d 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qsize
-SOURCES += tst_qsize.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qsize.cpp
index e0e9b0d..0807384 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qsizef
-SOURCES += tst_qsizef.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qsizef.cpp
index 128ee56..1c03ac8 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstl
-SOURCES += tst_qstl.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qstl.cpp
index 4515c32..5694db8 100644 (file)
@@ -1,10 +1,6 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstring
-SOURCES  += tst_qstring.cpp
-
 QT = core testlib
-
+SOURCES = tst_qstring.cpp
 DEFINES += QT_NO_CAST_TO_ASCII
-CONFIG += parallel_test
-
 contains(QT_CONFIG,icu):DEFINES += QT_USE_ICU
index 1888450..a69279d 100644 (file)
@@ -1,8 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstringbuilder1
-
 QT = core testlib
-
-SOURCES  += tst_qstringbuilder1.cpp
-
-CONFIG += parallel_test
+SOURCES = tst_qstringbuilder1.cpp
index 8a1554d..86bb20e 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstringbuilder2
-
 QT = core testlib
-
-SOURCES  += tst_qstringbuilder2.cpp
-CONFIG += parallel_test
+SOURCES = tst_qstringbuilder2.cpp
index 00e64ee..7360cd6 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstringbuilder3
-
 QT = core testlib
-
-SOURCES  += tst_qstringbuilder3.cpp
-CONFIG += parallel_test
+SOURCES = tst_qstringbuilder3.cpp
index ef7893c..c26cc25 100644 (file)
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstringbuilder4
-
 QT = core testlib
-
-SOURCES  += tst_qstringbuilder4.cpp
-CONFIG += parallel_test
+SOURCES = tst_qstringbuilder4.cpp
index 73b8559..0dea1c0 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstringlist
-SOURCES  += tst_qstringlist.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qstringlist.cpp
index 0599163..dbbefb0 100644 (file)
@@ -1,7 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstringmatcher
-SOURCES  += tst_qstringmatcher.cpp
 QT = core testlib
+SOURCES = tst_qstringmatcher.cpp
 DEFINES += QT_NO_CAST_TO_ASCII
-
-CONFIG += parallel_test
index 7aa5f38..16eaa67 100644 (file)
@@ -1,6 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qstringref
-SOURCES  += tst_qstringref.cpp
-
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qstringref.cpp
index 5d50d2c..68f189b 100644 (file)
@@ -1,8 +1,7 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtextboundaryfinder
 QT = core testlib
-HEADERS += 
-SOURCES += tst_qtextboundaryfinder.cpp 
+SOURCES = tst_qtextboundaryfinder.cpp
 DEFINES += SRCDIR=\\\"$$PWD\\\"
 
 wince* {
@@ -10,4 +9,3 @@ wince* {
    addFiles.path = .
    DEPLOYMENT += addFiles
 }
-CONFIG += parallel_test
index bc2c58c..7bb0858 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtime
-SOURCES += tst_qtime.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qtime.cpp
index 6dfd22a..3a6c120 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qtimeline
 QT = core testlib
-SOURCES  += tst_qtimeline.cpp
-CONFIG += parallel_test
+SOURCES = tst_qtimeline.cpp
index cb1cb38..5a467fc 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qvarlengtharray
 QT = core testlib
-SOURCES  += tst_qvarlengtharray.cpp
-CONFIG += parallel_test
+SOURCES = tst_qvarlengtharray.cpp
index 12efcc6..e33cd49 100644 (file)
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
 TARGET = tst_qvector
-SOURCES  += tst_qvector.cpp
 QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qvector.cpp
index 160aaf8..f2534ca 100644 (file)
@@ -1,14 +1,13 @@
 CONFIG += testcase
 TARGET = tst_qxmlstream
-SOURCES += tst_qxmlstream.cpp
-
 QT = core xml network testlib
+SOURCES = tst_qxmlstream.cpp
 
 wince* {
     addFiles.files = data XML-Test-Suite
     addFiles.path = .
     DEPLOYMENT += addFiles
-    wince*:DEFINES += SRCDIR=\\\"\\\"
+    DEFINES += SRCDIR=\\\"\\\"
 } else {
     DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }