tests/benchmarks/qtext/qtext.pro
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
--- a/tests/benchmarks/qtext/qtext.pro	Fri Feb 19 23:40:16 2010 +0200
+++ b/tests/benchmarks/qtext/qtext.pro	Fri Mar 12 15:46:37 2010 +0200
@@ -4,4 +4,11 @@
 
 SOURCES += main.cpp
 
-DEFINES += SRCDIR=\\\"$$PWD/\\\"
+symbian* {
+   TARGET.CAPABILITY = ALL -TCB
+   addFiles.sources = bidi.txt
+   addFiles.path = .
+   DEPLOYMENT += addFiles
+} else {
+   DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
\ No newline at end of file