8 lines
145 B
Prolog
8 lines
145 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qtextdocument
|
|
QT += core-private gui-private xml testlib
|
|
HEADERS += common.h
|
|
SOURCES += tst_qtextdocument.cpp
|
|
|
|
|