[education/ktouch] src: Remove warning (found by cmake --warn-uninitialized -Werror=dev )
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c977a8248e62a8bb182ea157eaf5ead3ad2cc5bc by Laurent Montel.
Committed on 22/07/2026 at 11:38.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev )
M +1 -1 src/CMakeLists.txt
https://invent.kde.org/education/ktouch/-/commit/c977a8248e62a8bb182ea157eaf5ead3ad2cc5bc
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1e3c65ab..30c15340 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -154,7 +154,7 @@ if (KTOUCH_BUILD_WITH_X11)
include_directories(${X11_Xkb_INCLUDE_PATH})
include_directories(${X11_Xkbfile_INCLUDE_PATH})
set(ktouch_SRCS ${ktouch_SRCS} x11_helper.cpp x11_helper.h)
- set(ktouch_X11_DEPS Qt::GuiPrivate ${X11_Xkb_LIB} ${X11_LIBRARIES} XCB::XCB XCB::XKB)
+ set(ktouch_X11_DEPS Qt::GuiPrivate ${X11_LIBRARIES} XCB::XCB XCB::XKB)
endif ()
kconfig_add_kcfg_files(ktouch_SRCS preferences.kcfgc)