2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
2012-05-24 08:05:55 +00:00
|
|
|
CONFIG += parallel_test
|
2012-12-13 07:30:29 +00:00
|
|
|
linux: CONFIG += insignificant_test
|
2011-10-25 01:38:02 +00:00
|
|
|
TARGET = tst_qstatictext
|
2012-03-10 02:09:17 +00:00
|
|
|
QT += testlib
|
2014-02-27 12:50:38 +00:00
|
|
|
QT += core-private gui-private
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qstatictext.cpp
|