13 lines
326 B
Prolog
13 lines
326 B
Prolog
############################################################
|
|
# Project file for autotest for file qtextobject.h
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qtextobject
|
|
QT += testlib
|
|
qtHaveModule(widgets): QT += widgets
|
|
SOURCES += tst_qtextobject.cpp
|
|
|
|
|