summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-02-23 12:16:52 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-02-23 12:16:52 (GMT)
commit743720c2d391f73bc376c337002c15cfa119139b (patch)
tree9f2f9ce5f2f4964ec50ba1527b0a3fc6a98091dc /tests
parentd43ec1bdb12649c32f0f0067492857a70bef05b4 (diff)
downloadQt-743720c2d391f73bc376c337002c15cfa119139b.zip
Qt-743720c2d391f73bc376c337002c15cfa119139b.tar.gz
Qt-743720c2d391f73bc376c337002c15cfa119139b.tar.bz2
Fixing deployment on Symbian
Reviewed-by: TrustMe
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmarks/declarative/binding/binding.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/binding/binding.pro b/tests/benchmarks/declarative/binding/binding.pro
index e25f186..aa4cc41 100644
--- a/tests/benchmarks/declarative/binding/binding.pro
+++ b/tests/benchmarks/declarative/binding/binding.pro
@@ -7,3 +7,9 @@ macx:CONFIG -= app_bundle
SOURCES += tst_binding.cpp testtypes.cpp
HEADERS += testtypes.h
+symbian* {
+ data.sources = data/*
+ data.path = data
+ DEPLOYMENT = data
+}
+