a9eb513019
Change-Id: I9ea79b62d22faeccc07d8c21a0d8f032b40abef0 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
13 lines
337 B
Prolog
13 lines
337 B
Prolog
############################################################
|
|
# Project file for autotest for file qtextobject.h
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qtextobject
|
|
QT += testlib
|
|
!contains(QT_CONFIG, no-widgets): QT += widgets
|
|
SOURCES += tst_qtextobject.cpp
|
|
|
|
|