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

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