corelib: eliminated usage of qttest_p4.prf

qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4.
It enables various crufty undocumented magic, of dubious value.
Stop using it, and explicitly enable the things from it which we want.

Change-Id: I7c1ffe9c8c294dbdc988e1582e580b1ed3f4593e
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Rohan McGovern 2011-10-25 11:26:19 +10:00 committed by Qt by Nokia
parent 52c0e98dd2
commit 07102cebde
127 changed files with 371 additions and 265 deletions

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qabstractanimation
QT = core testlib
SOURCES += tst_qabstractanimation.cpp \

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qanimationgroup
QT = core testlib
SOURCES += tst_qanimationgroup.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core gui
CONFIG += testcase
TARGET = tst_qparallelanimationgroup
QT = core gui testlib
SOURCES += tst_qparallelanimationgroup.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core core-private gui gui-private
CONFIG += testcase
TARGET = tst_qpauseanimation
QT = core core-private gui gui-private testlib
SOURCES += tst_qpauseanimation.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core gui widgets
CONFIG += testcase
TARGET = tst_qpropertyanimation
QT = core gui widgets testlib
SOURCES += tst_qpropertyanimation.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qsequentialanimationgroup
QT = core testlib
SOURCES += tst_qsequentialanimationgroup.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qvariantanimation
QT = core testlib
SOURCES += tst_qvariantanimation.cpp \

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
QT += testlib
SOURCES += ../tst_qtextcodec.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qfuture
DEFINES += QT_STRICT_ITERATORS
SOURCES += tst_qfuture.cpp
QT = core core-private
QT = core core-private testlib
CONFIG += parallel_test

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qfuturesynchronizer
QT = core testlib
SOURCES += tst_qfuturesynchronizer.cpp \
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qfuturewatcher
SOURCES += tst_qfuturewatcher.cpp
QT = core core-private
QT = core core-private testlib
CONFIG += parallel_test

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qtconcurrentfilter
DEFINES += QT_STRICT_ITERATORS
SOURCES += tst_qtconcurrentfilter.cpp
QT = core
QT = core testlib
CONFIG += parallel_test
CONFIG += insignificant_test # See QTBUG-20688

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qtconcurrentiteratekernel
SOURCES += tst_qtconcurrentiteratekernel.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,5 +1,6 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qtconcurrentmap
DEFINES += QT_STRICT_ITERATORS
SOURCES += tst_qtconcurrentmap.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,5 +1,6 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qtconcurrentresultstore
DEFINES += QT_STRICT_ITERATORS
SOURCES += tst_qtconcurrentresultstore.cpp
QT = core core-private
QT = core core-private testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qtconcurrentrun
SOURCES += tst_qtconcurrentrun.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qtconcurrentthreadengine
SOURCES += tst_qtconcurrentthreadengine.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qthreadpool
SOURCES += tst_qthreadpool.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_q_func_info
SOURCES += tst_q_func_info.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qflags
SOURCES += tst_qflags.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qgetputenv
SOURCES += tst_qgetputenv.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qglobal
SOURCES += tst_qglobal.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,7 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qnumeric
QT = core
QT = core testlib
SOURCES += tst_qnumeric.cpp
QT = core
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qrand
SOURCES += tst_qrand.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qabstractfileengine
QT = core testlib
SOURCES = tst_qabstractfileengine.cpp
RESOURCES += qabstractfileengine.qrc

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qbuffer
SOURCES += tst_qbuffer.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qdatastream
SOURCES += tst_qdatastream.cpp
QT += gui widgets
QT += gui widgets testlib
wince*: {
addFiles.files = datastream.q42
addFiles.path = .

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qdebug
SOURCES += tst_qdebug.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qdir
SOURCES += tst_qdir.cpp
RESOURCES += qdir.qrc
QT = core
QT = core testlib
wince* {
DirFiles.files = testdir testData searchdir resources entrylist types tst_qdir.cpp

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qdiriterator
SOURCES += tst_qdiriterator.cpp
RESOURCES += qdiriterator.qrc
QT = core
QT = core testlib
wince*mips*|wincewm50smart-msvc200*: DEFINES += WINCE_BROKEN_ITERATE=1

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_largefile
QT = core
QT = core testlib
SOURCES += tst_largefile.cpp
wince*: SOURCES += $$QT_SOURCE_TREE/src/corelib/kernel/qfunctions_wince.cpp

View File

@ -1,8 +1,8 @@
load(qttest_p4)
CONFIG += testcase
SOURCES += ../tst_qfile.cpp
wince* {
QT = core gui
QT = core gui testlib
files.files += ..\\dosfile.txt ..\\noendofline.txt ..\\testfile.txt \
..\\testlog.txt ..\\two.dots.file ..\\tst_qfile.cpp \
..\\Makefile ..\\forCopying.txt ..\\forRenaming.txt
@ -17,7 +17,7 @@ wince* {
SOURCES += $$QT_SOURCE_TREE/src/corelib/kernel/qfunctions_wince.cpp # needed for QT_OPEN
DEFINES += SRCDIR=\\\"\\\"
} else {
QT = core network
QT = core network testlib
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
}

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qfileinfo
SOURCES += tst_qfileinfo.cpp
QT = core-private
QT = core-private testlib
RESOURCES += qfileinfo.qrc

View File

@ -1,8 +1,9 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qfilesystementry
SOURCES += tst_qfilesystementry.cpp \
$${QT.core.sources}/io/qfilesystementry.cpp
HEADERS += $${QT.core.sources}/io/qfilesystementry_p.h
QT = core core-private
QT = core core-private testlib
CONFIG += parallel_test

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qfilesystemwatcher
SOURCES += tst_qfilesystemwatcher.cpp
QT = core
QT = core testlib
CONFIG += parallel_test
CONFIG += insignificant_test

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qiodevice
SOURCES += tst_qiodevice.cpp
QT = core network
QT = core network testlib
wince*: {
addFiles.files = tst_qiodevice.cpp

View File

@ -1,4 +1,4 @@
load(qttest_p4)
CONFIG += testcase
SOURCES += ../tst_qprocess.cpp
!wince*: {
@ -17,7 +17,7 @@ win32: {
QT = core
QT = core testlib
QT += network
embedded: QT += gui

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qprocessenvironment
QT = core
QT = core testlib
SOURCES += tst_qprocessenvironment.cpp
CONFIG += parallel_test

View File

@ -2,7 +2,7 @@
# Automatically generated by qmake (2.00a) ma 2. mai 16:14:33 2005
######################################################################
load(qttest_p4)
CONFIG += testcase
load(resources)
# Input
@ -15,7 +15,7 @@ runtime_resource.commands = $$QMAKE_RCC -root /runtime_resource/ -binary $${runt
QMAKE_EXTRA_TARGETS = runtime_resource
PRE_TARGETDEPS += $${runtime_resource.target}
QT = core
QT = core testlib
wince* {
deploy.files += runtime_resource.rcc parentdir.txt
test.files = testqrc/*

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qsettings
QT += core-private
QT += core-private testlib
SOURCES += tst_qsettings.cpp
RESOURCES += qsettings.qrc

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qtemporaryfile
SOURCES += tst_qtemporaryfile.cpp
QT = core
QT = core testlib
DEFINES += SRCDIR=\\\"$$PWD/\\\"

View File

@ -1,4 +1,4 @@
load(qttest_p4)
CONFIG += testcase
SOURCES += ../tst_qtextstream.cpp
TARGET = ../tst_qtextstream
@ -13,7 +13,7 @@ win32 {
RESOURCES += ../qtextstream.qrc
QT = core network
QT = core network testlib
wince* {
addFiles.files = ../rfc3261.txt ../shift-jis.txt ../task113817.txt ../qtextstream.qrc ../tst_qtextstream.cpp

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qurl
SOURCES += tst_qurl.cpp
QT = core core-private
QT = core core-private testlib
CONFIG += parallel_test

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qabstractitemmodel
mtdir = ../../../integrationtests/modeltest
INCLUDEPATH += $$PWD/$${mtdir}
QT += widgets
QT += widgets testlib
SOURCES += tst_qabstractitemmodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
HEADERS += $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qcoreapplication
SOURCES += tst_qcoreapplication.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qeventloop
SOURCES += tst_qeventloop.cpp
QT -= gui
QT += network
QT += network testlib
win32:!wince*:LIBS += -luser32

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qitemmodel
SOURCES += tst_qitemmodel.cpp
QT += widgets sql
QT += widgets sql testlib
# NOTE: The deployment of the sqldrivers is disabled on purpose.
# If we deploy the plugins, they are loaded twice when running

View File

@ -1,7 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qmath
QT = core
QT = core testlib
SOURCES += tst_qmath.cpp
QT = core
CONFIG += parallel_test

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qmetaobject
QT = core gui widgets
QT = core gui widgets testlib
SOURCES += tst_qmetaobject.cpp

View File

@ -1,4 +1,5 @@
load(qttest_p4)
QT = core gui
CONFIG += testcase
TARGET = tst_qmetaproperty
QT = core gui testlib
SOURCES += tst_qmetaproperty.cpp

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qmetatype
SOURCES += tst_qmetatype.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qmimedata
SOURCES += tst_qmimedata.cpp
QT += testlib

View File

@ -1,14 +1,15 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qobject
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 \
QT = core-private \
network \
gui \
core-private
testlib
wince*: {
addFiles.files = signalbug.exe
addFiles.path = .

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT += widgets
CONFIG += testcase
TARGET = tst_qpointer
QT += widgets testlib
SOURCES += tst_qpointer.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT += widgets
CONFIG += testcase
TARGET = tst_qsignalmapper
QT += widgets testlib
SOURCES += tst_qsignalmapper.cpp

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qsocketnotifier
SOURCES += tst_qsocketnotifier.cpp
QT = core-private network-private
QT = core-private network-private testlib
requires(contains(QT_CONFIG,private_tests))

View File

@ -1,5 +1,5 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qtimer
QT = core testlib
SOURCES += tst_qtimer.cpp
QT = core
CONFIG += parallel_test

View File

@ -1,7 +1,7 @@
load(qttest_p4)
CONFIG += testcase
include(../src/src.pri)
QT -= gui
QT = core testlib
DEFINES += QSHAREDMEMORY_DEBUG
DEFINES += QSYSTEMSEMAPHORE_DEBUG

View File

@ -1,5 +1,5 @@
load(qttest_p4)
#QT = core
CONFIG += testcase
QT += testlib
include(../qsharedmemory/src/src.pri)
win32: CONFIG += console

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT += widgets
CONFIG += testcase
TARGET = tst_qtranslator
QT += widgets testlib
SOURCES += tst_qtranslator.cpp
RESOURCES += qtranslator.qrc

View File

@ -1,5 +1,6 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qvariant
SOURCES += tst_qvariant.cpp
QT += widgets network
QT += widgets network testlib
CONFIG+=insignificant_test # See QTBUG-8959

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qwineventnotifier
SOURCES += tst_qwineventnotifier.cpp
QT = core core-private
QT = core core-private testlib
CONFIG += parallel_test

View File

@ -1,7 +1,7 @@
load(qttest_p4)
CONFIG += testcase
SOURCES += ../tst_qlibrary.cpp
TARGET = ../tst_qlibrary
QT = core
QT = core testlib
win32 {
CONFIG(debug, debug|release) {

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qplugin
SOURCES = tst_qplugin.cpp
QT = core
QT = core testlib
wince*: {
plugins.files = plugins/*

View File

@ -1,7 +1,7 @@
load(qttest_p4)
CONFIG += testcase
SOURCES += ../tst_qpluginloader.cpp
TARGET = ../tst_qpluginloader
QT = core
QT = core testlib
HEADERS += ../theplugin/plugininterface.h
win32 {

View File

@ -1,6 +1,6 @@
load(qttest_p4)
CONFIG += testcase
QT = core
QT = core testlib
SOURCES += ../tst_quuid.cpp
TARGET = tst_quuid

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qstate
QT = core testlib
SOURCES += tst_qstate.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT += widgets
CONFIG += testcase
TARGET = tst_qstatemachine
QT += widgets testlib
QT += core core-private gui widgets
SOURCES += tst_qstatemachine.cpp

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qatomicint
SOURCES += tst_qatomicint.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qatomicpointer
SOURCES += tst_qatomicpointer.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qmutex
SOURCES += tst_qmutex.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qmutexlocker
SOURCES += tst_qmutexlocker.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qreadlocker
SOURCES += tst_qreadlocker.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qreadwritelock
SOURCES += tst_qreadwritelock.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qsemaphore
SOURCES += tst_qsemaphore.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qthread
SOURCES += tst_qthread.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qthreadonce
SOURCES += tst_qthreadonce.cpp
QT = core
QT = core testlib
# Don't use gcc's threadsafe statics
# Note: some versions of gcc generate invalid code with this option...

View File

@ -1,3 +1,4 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qthreadstorage
SOURCES += tst_qthreadstorage.cpp
QT = core
QT = core testlib

View File

@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qwaitcondition
SOURCES += tst_qwaitcondition.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qwritelocker
SOURCES += tst_qwritelocker.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qalgorithms
SOURCES += tst_qalgorithms.cpp
QT = core
QT = core testlib

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qbitarray
SOURCES += tst_qbitarray.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,8 +1,9 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qbytearray
SOURCES += tst_qbytearray.cpp
QT = core core-private
QT = core core-private testlib
wince* {
addFile.files = rfc3252.txt

View File

@ -1,5 +1,6 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qbytearraymatcher
SOURCES += tst_qbytearraymatcher.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qcache
SOURCES += tst_qcache.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qchar
SOURCES += tst_qchar.cpp
QT = core core-private
QT = core core-private testlib
wince*: {
deploy.files += NormalizationTest.txt

View File

@ -1,5 +1,6 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qcryptographichash
SOURCES += tst_qcryptographichash.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qdate
SOURCES += tst_qdate.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,7 +1,8 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qdatetime
SOURCES += tst_qdatetime.cpp
QT = core core-private
QT = core core-private testlib
# For some reason using optimization here triggers a compiler issue, which causes an exception
# However, the code is correct

View File

@ -1,4 +1,5 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qeasingcurve
QT = core testlib
SOURCES += tst_qeasingcurve.cpp
CONFIG += parallel_test

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT -= gui
CONFIG += testcase
TARGET = tst_qelapsedtimer
QT = core testlib
SOURCES += tst_qelapsedtimer.cpp
wince* {

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qexplicitlyshareddatapointer
SOURCES += tst_qexplicitlyshareddatapointer.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,5 +1,6 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qfreelist
SOURCES += tst_qfreelist.cpp
QT += core-private
QT += core-private testlib
QT -= gui
!contains(QT_CONFIG,private_tests): SOURCES += $$QT.core.sources/tools/qfreelist.cpp

View File

@ -1,5 +1,6 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qhash
SOURCES += tst_qhash.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT -= gui
CONFIG += testcase
TARGET = tst_qline
QT = core testlib
SOURCES += tst_qline.cpp
unix:!mac:!vxworks:LIBS+=-lm

View File

@ -1,5 +1,6 @@
load(qttest_p4)
QT = core
CONFIG += testcase
TARGET = tst_qlist
QT = core testlib
SOURCES += tst_qlist.cpp

View File

@ -1,4 +1,4 @@
load(qttest_p4)
CONFIG += testcase
SOURCES += ../tst_qlocale.cpp
!wince*: {
@ -17,7 +17,7 @@ win32: {
QT = core
QT = core testlib
QT += network
embedded: QT += gui

View File

@ -1,7 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qmap
QT = core
QT = core testlib
SOURCES += tst_qmap.cpp
QT = core
CONFIG += parallel_test

View File

@ -1,4 +1,5 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qmargins
SOURCES += tst_qmargins.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

View File

@ -2,7 +2,8 @@
# Project file for autotest for file qpoint.h
############################################################
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qpoint
SOURCES += tst_qpoint.cpp
QT = core
QT = core testlib
CONFIG += parallel_test

Some files were not shown because too many files have changed in this diff Show More