summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qfontdatabase/qfontdatabase.pro
blob: 3111f515ec72aed3e63daf4ce79afc62507a8fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qfontdatabase
SOURCES  += tst_qfontdatabase.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"
QT += testlib
!mac: QT += core-private gui-private platformsupport-private

wince* {
    additionalFiles.files = FreeMono.ttf
    additionalFiles.path = .
    DEPLOYMENT += additionalFiles
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0