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/gestures | |
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/gestures')
-rw-r--r-- | src/imports/gestures/gestures.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/gestures/gestures.pro b/src/imports/gestures/gestures.pro index a4c914d..f9e71fa 100644 --- a/src/imports/gestures/gestures.pro +++ b/src/imports/gestures/gestures.pro @@ -15,12 +15,12 @@ qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH symbian:{ TARGET.UID3 = 0x2002131F - + isEmpty(DESTDIR):importFiles.sources = qmlgesturesplugin$${QT_LIBINFIX}.dll qmldir else:importFiles.sources = $$DESTDIR/qmlgesturesplugin$${QT_LIBINFIX}.dll qmldir importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH - - DEPLOYMENT = importFiles + + DEPLOYMENT += importFiles } INSTALLS += target qmldir |