10 lines
140 B
Prolog
10 lines
140 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qtextdocumentfragment
|
|
|
|
QT += core-private gui-private testlib
|
|
|
|
SOURCES += tst_qtextdocumentfragment.cpp
|
|
|
|
|
|
|