summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro
blob: c13c714543f5924069d4623888cd1c5bcc70d878 (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = tst_bench_qtextcodec
QT = core testlib
SOURCES += main.cpp

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