diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2010-02-23 12:46:47 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2010-02-23 12:47:28 (GMT) |
commit | b7dde7fc5df285c919df91daba7f07aef00c11bd (patch) | |
tree | 5170fe0e364b9e9df07badd306f3f6d73637240f /tests | |
parent | 3fbca149d041db37ad5236729525b797cde51aed (diff) | |
download | Qt-b7dde7fc5df285c919df91daba7f07aef00c11bd.zip Qt-b7dde7fc5df285c919df91daba7f07aef00c11bd.tar.gz Qt-b7dde7fc5df285c919df91daba7f07aef00c11bd.tar.bz2 |
Fixing deployment on Symbian
Reviewed-by: TrustMe
Diffstat (limited to 'tests')
-rw-r--r-- | tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro b/tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro index 6a86f58..a77eebb 100644 --- a/tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro +++ b/tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro @@ -7,3 +7,13 @@ macx:CONFIG -= app_bundle SOURCES += tst_qmlcomponent.cpp testtypes.cpp HEADERS += testtypes.h +symbian* { + data.sources = data/* + data.path = data + samegame.sources = data/samegame/* + samegame.path = data/samegame + samegame_pics.sources = data/samegame/pics/* + samegame_pics.path = data/samegame/pics + DEPLOYMENT += data samegame samegame_pics +} + |