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

QT = core

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


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