summaryrefslogtreecommitdiffstats
path: root/tests/auto/qchar/qchar.pro
blob: 2cb5201b923d9284139682fa48dc352a478299bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
SOURCES  += tst_qchar.cpp

QT = core

wince*|symbian: {
    deploy.sources += NormalizationTest.txt
    DEPLOYMENT += deploy
}

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