summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qfont/qfont.pro
blob: ced66c226c4a35370306ad07ac4fcb8af96baf4d (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qfont
QT += testlib
QT += core-private gui-private
qtHaveModule(widgets): QT += widgets
SOURCES  += tst_qfont.cpp


DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0