diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-05-26 03:35:53 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-05-26 04:12:04 (GMT) |
commit | 3e3a5a2a2eece6e0eff934c34f25c41699a45b78 (patch) | |
tree | 7305d5bfaca5033f6832834eb30dc44e3871b9b7 /src/imports/gestures/gestures.pro | |
parent | 4fe568ffb7a59909b0c72bed7da959fd36702f19 (diff) | |
download | Qt-3e3a5a2a2eece6e0eff934c34f25c41699a45b78.zip Qt-3e3a5a2a2eece6e0eff934c34f25c41699a45b78.tar.gz Qt-3e3a5a2a2eece6e0eff934c34f25c41699a45b78.tar.bz2 |
Unify naming of import plugin targets
Task-number: QTBUG-10834
Reviewed-by: Warwick Allison
Diffstat (limited to 'src/imports/gestures/gestures.pro')
-rw-r--r-- | src/imports/gestures/gestures.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/gestures/gestures.pro b/src/imports/gestures/gestures.pro index f55c00e..4ef7931 100644 --- a/src/imports/gestures/gestures.pro +++ b/src/imports/gestures/gestures.pro @@ -1,4 +1,4 @@ -TARGET = gesturesqmlplugin +TARGET = qmlgesturesplugin TARGETPATH = Qt/labs/gestures include(../qimportbase.pri) @@ -17,7 +17,7 @@ symbian:{ load(data_caging_paths) include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) - importFiles.sources = gesturesqmlplugin.dll qmldir + importFiles.sources = qmlgesturesplugin.dll qmldir importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH DEPLOYMENT = importFiles |