summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/libinput
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/libinput')
-rw-r--r--src/plugins/generic/libinput/CMakeLists.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/plugins/generic/libinput/CMakeLists.txt b/src/plugins/generic/libinput/CMakeLists.txt
index e83029d867..fb0cf677e9 100644
--- a/src/plugins/generic/libinput/CMakeLists.txt
+++ b/src/plugins/generic/libinput/CMakeLists.txt
@@ -12,8 +12,14 @@ add_qt_plugin(qlibinputplugin
Qt::CorePrivate
Qt::GuiPrivate
Qt::InputSupportPrivate
- # OTHER_FILES = "libinput.json"
- # PLUGIN_CLASS_NAME = "QLibInputPlugin"
- # PLUGIN_EXTENDS = "-"
- # _LOADED = "qt_plugin"
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Gui
+ Qt::InputSupport
)
+
+#### Keys ignored in scope 1:.:.:libinput.pro:<TRUE>:
+# OTHER_FILES = "libinput.json"
+# PLUGIN_CLASS_NAME = "QLibInputPlugin"
+# PLUGIN_EXTENDS = "-"
+# _LOADED = "qt_plugin"