2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qtextdocument
|
|
|
|
QT += core-private gui-private xml testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += common.h
|
|
|
|
SOURCES += tst_qtextdocument.cpp
|
|
|
|
|
|
|
|
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|