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

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