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