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

SOURCES += \
    tst_qglyphs.cpp

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