diff options
author | Damian Jansen <damian.jansen@nokia.com> | 2011-10-04 04:53:19 (GMT) |
---|---|---|
committer | Damian Jansen <damian.jansen@nokia.com> | 2011-10-04 04:53:19 (GMT) |
commit | 633e03367031ef6e36dddc27a85e7a5c05285d65 (patch) | |
tree | e4365818a5d83bcf6e1f90860c1cb5a73ac53bed /src/imports/shaders | |
parent | 09cd2f818208a83489fae034b80e6497b7cc83af (diff) | |
download | Qt-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 'src/imports/shaders')
-rw-r--r-- | src/imports/shaders/shaders.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/shaders/shaders.pro b/src/imports/shaders/shaders.pro index d7a6275..51a9a91 100644 --- a/src/imports/shaders/shaders.pro +++ b/src/imports/shaders/shaders.pro @@ -32,7 +32,7 @@ symbian:{ isEmpty(DESTDIR):importFiles.sources = qmlparticlesplugin$${QT_LIBINFIX}.dll qmldir else:importFiles.sources = $$DESTDIR/qmlparticlesplugin$${QT_LIBINFIX}.dll qmldir importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH - DEPLOYMENT = importFiles + DEPLOYMENT += importFiles } INSTALLS += target qmldir |