qt5base-lts/tests/auto/gui/text/qfont/qfont.pro
Kent Hansen 5fc8cc830e Make qfont autotest build without widgets
Change-Id: I2ab344d44cb2aa8c59c1c28f7368784849d4b74d
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-06-08 08:31:14 +02:00

9 lines
152 B
Prolog

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