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

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

mac: CONFIG += insignificant_test # QTBUG-23062