8 lines
172 B
Prolog
8 lines
172 B
Prolog
|
CONFIG += testcase
|
||
|
TARGET = tst_qfont
|
||
|
QT += testlib
|
||
|
QT += core-private gui-private
|
||
|
qtHaveModule(widgets): QT += widgets
|
||
|
SOURCES += tst_qfont.cpp
|
||
|
RESOURCES += testfont.qrc
|