summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qrawfont/qrawfont.pro
blob: 1891e7a9bfc9968bdee7beb6549c3725003fe0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qrawfont

QT = core core-private gui gui-private testlib

SOURCES += \
    tst_qrawfont.cpp

TESTDATA += testfont_bold_italic.ttf  testfont.ttf

android {
    RESOURCES += \
        testdata.qrc
}