summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/text/qtext/qtext.pro
blob: a1b6a22fcadc8ead7c91b85fc5849443f85b47da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
TEMPLATE = app
TARGET = tst_bench_QText

SOURCES += main.cpp

symbian* {
   TARGET.CAPABILITY = ALL -TCB
   addFiles.sources = bidi.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}