summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qfontdatabase/qfontdatabase.pro
blob: 6975c4088b935e5d92151197e7e1929f50d1943f (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qfontdatabase
SOURCES  += tst_qfontdatabase.cpp
QT += testlib core-private gui-private

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