summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures/plugin.cpp
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-05-26 03:35:53 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-05-26 04:12:04 (GMT)
commit3e3a5a2a2eece6e0eff934c34f25c41699a45b78 (patch)
tree7305d5bfaca5033f6832834eb30dc44e3871b9b7 /src/imports/gestures/plugin.cpp
parent4fe568ffb7a59909b0c72bed7da959fd36702f19 (diff)
downloadQt-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/plugin.cpp')
-rw-r--r--src/imports/gestures/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/gestures/plugin.cpp b/src/imports/gestures/plugin.cpp
index b8a9751..11f2392 100644
--- a/src/imports/gestures/plugin.cpp
+++ b/src/imports/gestures/plugin.cpp
@@ -61,5 +61,5 @@ QT_END_NAMESPACE
#include "plugin.moc"
-Q_EXPORT_PLUGIN2(gesturesqmlplugin, QT_PREPEND_NAMESPACE(GestureAreaQmlPlugin));
+Q_EXPORT_PLUGIN2(qmlgesturesplugin, QT_PREPEND_NAMESPACE(GestureAreaQmlPlugin));