summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-12-11 15:23:43 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-12-15 20:16:06 +0000
commit20574c6246f2c6b1c7f1ac601da68b940440bc95 (patch)
tree43565b47ed574267fdfa40200149190481c7adab
parent646777ed76a4a548174019a8f60bec6d15a9400f (diff)
Fix plugin names for 3DInput
Change-Id: Id80723870cd8b8a3d333c14a98e233d7e87ffab1 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> (cherry picked from commit a57763a3d4277b31657f692b8d5c0b77c8cd7640) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/input/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt
index 5a9d6ef8b..cad39d7a2 100644
--- a/src/input/CMakeLists.txt
+++ b/src/input/CMakeLists.txt
@@ -5,7 +5,7 @@
#####################################################################
qt_internal_add_module(3DInput
- PLUGIN_TYPES Qt::3DInputdevices
+ PLUGIN_TYPES 3dinputdevices
SOURCES
backend/abstractactioninput.cpp backend/abstractactioninput_p.h
backend/abstractaxisinput.cpp backend/abstractaxisinput_p.h