2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
2012-05-24 08:05:55 +00:00
|
|
|
CONFIG += parallel_test
|
2011-10-25 01:38:02 +00:00
|
|
|
TARGET = tst_qtexttable
|
2012-06-05 12:07:05 +00:00
|
|
|
QT += testlib
|
2012-12-21 11:09:56 +00:00
|
|
|
qtHaveModule(widgets): QT += widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qtexttable.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|