summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qglyphrun/qglyphrun.pro
blob: 3abca8ce89a30a1899dfe3d9b2941229c3278a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
TARGET = tst_qglyphrun
QT = core gui testlib

SOURCES += \
    tst_qglyphrun.cpp


wince* {
    additionalFiles.files = test.ttf
    additionalFiles.path = ../../../shared/resources/
    DEPLOYMENT += additionalFiles
} else {
    RESOURCES += \
        testdata.qrc
}