2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qfontdatabase
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qfontdatabase.cpp
|
2013-07-11 14:23:02 +00:00
|
|
|
QT += testlib core-private gui-private
|
2016-08-30 11:31:41 +00:00
|
|
|
TESTDATA += LED_REAL.TTF
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2016-08-08 13:53:31 +00:00
|
|
|
RESOURCES += testdata.qrc
|
2014-07-09 07:49:59 +00:00
|
|
|
|