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

SOURCES += \
    tst_qglyphrun.cpp

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