aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-05-30 11:06:30 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-05-30 13:11:16 +0000
commit11f5478fd320aff0ca1e31e4784fefed3d88dcb1 (patch)
tree09e50b7bbe2d08728575573a15cba2c3fed75ece /src/imports
parent9ad61117048394ef97b99a7387f5f48b5a12d9d9 (diff)
PointerHandlers plugin: fix the build on iOS
The version suffix isn't necessary, and causes a link error when building applications. Change-Id: I4725b9190e0ea1fb4b2c4c5b752e40d5be2fedc3 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/handlers/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/handlers/plugin.cpp b/src/imports/handlers/plugin.cpp
index 21b9764611..bc1ae244d3 100644
--- a/src/imports/handlers/plugin.cpp
+++ b/src/imports/handlers/plugin.cpp
@@ -44,7 +44,7 @@
static void initResources()
{
#ifdef QT_STATIC
- Q_INIT_RESOURCE(qmake_Qt_labs_handlers_1);
+ Q_INIT_RESOURCE(qmake_Qt_labs_handlers);
#endif
}