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
|
2011-09-27 09:53:01 +00:00
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
2011-10-25 01:38:02 +00:00
|
|
|
QT += testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-09-27 09:53:01 +00:00
|
|
|
wince* {
|
2011-04-27 10:05:43 +00:00
|
|
|
additionalFiles.files = FreeMono.ttf
|
|
|
|
additionalFiles.path = .
|
|
|
|
DEPLOYMENT += additionalFiles
|
|
|
|
}
|