221bd941ff
tst_QProcess::echoTest_performance() is not an unit test but a performance test, so moving it from 'tests/auto/corelib/io/qprocess' to 'tests/benchmarks/corelib/io/qprocess' Change-Id: I796788534eafc5ca3b8d86c0ec46998285fd4b8f Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
11 lines
188 B
Prolog
11 lines
188 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
qdir \
|
|
qdiriterator \
|
|
qfile \
|
|
#qfileinfo \ # FIXME: broken
|
|
qiodevice \
|
|
qprocess \
|
|
qtemporaryfile
|
|
|