2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qtextdocumentfragment
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-10-25 01:38:02 +00:00
|
|
|
QT += core-private gui-private testlib
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qtextdocumentfragment.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|