summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qstring/qstring.pro
blob: 2e7c86a5d05e4e1dc222d283c1e186212b69168c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)
TARGET = tst_qstring
QT -= gui
SOURCES += main.cpp

wince*:{
   DEFINES += SRCDIR=\\\"\\\"
} else:symbian* {
   addFiles.sources = utf-8.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
   TARGET.EPOCHEAPSIZE="0x100 0x1000000"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}