qt5base-lts/tests/auto/gui/text/qtexttable/qtexttable.pro
Kent Hansen 7d7cd17d38 Make qtexttable autotest build without widgets
Change-Id: Id5f93dee0c4b5978c473838559f586ced35a2981
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-06-07 07:26:05 +02:00

10 lines
163 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qtexttable
QT += testlib
!contains(QT_CONFIG, no-widgets): QT += widgets
SOURCES += tst_qtexttable.cpp