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

linux: CONFIG += insignificant_test

SOURCES += \
    tst_qglyphrun.cpp


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