summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qglyphrun/qglyphrun.pro
blob: 9d3c6253e0038a5d245da1cc248d224b76504dec (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
QT = core gui

SOURCES += \
    tst_qglyphrun.cpp

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