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

linux: CONFIG += insignificant_test

SOURCES += \
    tst_qglyphrun.cpp

android {
    RESOURCES += \
        testdata.qrc
}

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