summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/script/script.pro
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-10-04 04:53:19 (GMT)
committerDamian Jansen <damian.jansen@nokia.com>2011-10-04 04:53:19 (GMT)
commit633e03367031ef6e36dddc27a85e7a5c05285d65 (patch)
treee4365818a5d83bcf6e1f90860c1cb5a73ac53bed /tests/benchmarks/declarative/script/script.pro
parent09cd2f818208a83489fae034b80e6497b7cc83af (diff)
downloadQt-633e03367031ef6e36dddc27a85e7a5c05285d65.zip
Qt-633e03367031ef6e36dddc27a85e7a5c05285d65.tar.gz
Qt-633e03367031ef6e36dddc27a85e7a5c05285d65.tar.bz2
Fix deployment for declarative tests, examples on Symbian
Task-number: QTBUG-21306 Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/benchmarks/declarative/script/script.pro')
-rw-r--r--tests/benchmarks/declarative/script/script.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/declarative/script/script.pro b/tests/benchmarks/declarative/script/script.pro
index 685ba03..759c6dd 100644
--- a/tests/benchmarks/declarative/script/script.pro
+++ b/tests/benchmarks/declarative/script/script.pro
@@ -10,7 +10,7 @@ SOURCES += tst_script.cpp
symbian {
importFiles.sources = data
importFiles.path =
- DEPLOYMENT = importFiles
+ DEPLOYMENT += importFiles
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}