summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-10-07 10:20:57 +0100
committerMike Krus <mike.krus@kdab.com>2020-10-07 16:00:04 +0100
commitbcad723d9c657ab16acd7ae0d31d3b2de512afd4 (patch)
tree5ed4b7a3a48fb131576dc9f70c61f95a54045f87 /src/input
parent676685f3e1bfe0b93e4d64a0a308f0d24aa41858 (diff)
Use internal CMake API
Task-number: QTBUG-86815 Change-Id: I7a8755571c8977be1f16b2287e5a8055e9016ee5 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/input')
-rw-r--r--src/input/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt
index ecb8a94e9..5a9d6ef8b 100644
--- a/src/input/CMakeLists.txt
+++ b/src/input/CMakeLists.txt
@@ -4,7 +4,7 @@
## Qt::3DInput Module:
#####################################################################
-qt_add_module(3DInput
+qt_internal_add_module(3DInput
PLUGIN_TYPES Qt::3DInputdevices
SOURCES
backend/abstractactioninput.cpp backend/abstractactioninput_p.h
@@ -93,7 +93,7 @@ qt_add_module(3DInput
## Scopes:
#####################################################################
-qt_extend_target(3DInput CONDITION TARGET Qt::Gamepad
+qt_internal_extend_target(3DInput CONDITION TARGET Qt::Gamepad
SOURCES
frontend/qgamepadinput.cpp frontend/qgamepadinput_p.h
DEFINES