summaryrefslogtreecommitdiff
path: root/src/kmap2qmap/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmap2qmap/CMakeLists.txt')
-rw-r--r--src/kmap2qmap/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kmap2qmap/CMakeLists.txt b/src/kmap2qmap/CMakeLists.txt
index 3ef95a124..f2c301d00 100644
--- a/src/kmap2qmap/CMakeLists.txt
+++ b/src/kmap2qmap/CMakeLists.txt
@@ -7,8 +7,6 @@
qt_add_executable(kmap2qmap
SOURCES
main.cpp
- LIBRARIES
- Qt::InputSupportPrivate
PUBLIC_LIBRARIES
- Qt::InputSupport
+ Qt::InputSupportPrivate
)