qt5base-lts/tests/auto/gui/text/qtextobject/qtextobject.pro
Kent Hansen a9eb513019 Make qtextobject autotest build without widgets
Change-Id: I9ea79b62d22faeccc07d8c21a0d8f032b40abef0
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-06-07 00:37:52 +02:00

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