07102cebde
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>
6 lines
104 B
Prolog
6 lines
104 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_utf8
|
|
QT = core testlib
|
|
SOURCES += tst_utf8.cpp
|
|
CONFIG += parallel_test
|