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

linux: CONFIG += insignificant_test

SOURCES += \
    tst_qglyphrun.cpp

wince* {
    DEFINES += SRCDIR=\\\"\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0