summaryrefslogtreecommitdiffstats
path: root/tests/auto/qchar/qchar.pro
blob: 3813e4e3f22e3bffab52a62544232c023c4a24d1 (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/\\\"
}