b9ebb65c77
The overload is used in Qt Creator
(see src/libs/extensionsystem/pluginmanager.cpp).
The use case here is an application whose internal
QObjects can be tested by passing a command line parameter.
For this use case, it is inconvenient to have to allocate
memory and create a char argv[]- array.
This reverts commit ad80d42f8e
.
Change-Id: I2a2f91e2840100fd62743f6d03b33005d67b18f8
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
17 lines
580 B
Prolog
17 lines
580 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = subtest test warnings maxwarnings cmptest globaldata skip \
|
|
strcmp expectfail sleep fetchbogus crashes multiexec failinit failinitdata \
|
|
skipinit skipinitdata datetime singleskip assert differentexec \
|
|
exceptionthrow qexecstringlist datatable commandlinedata\
|
|
benchlibwalltime benchlibcallgrind benchlibeventcounter benchlibtickcounter \
|
|
benchliboptions xunit badxml longstring float printdatatags \
|
|
printdatatagswithglobaltags findtestdata
|
|
|
|
INSTALLS =
|
|
|
|
QT = core
|
|
|
|
|
|
CONFIG += parallel_test
|