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

SOURCES += \
    tst_qglyphrun.cpp

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