|
############################################################
|
|
# Project file for autotest for file qtextobject.h
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
TARGET = tst_qtextobject
|
|
QT += widgets testlib
|
|
SOURCES += tst_qtextobject.cpp
|
|
|
|
|