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

SOURCES += \
    tst_qglyphrun.cpp

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

win32:CONFIG += insignificant_test # QTBUG-24196