From a500ce4711ae789fcf8c5bf8dc32eaad86d288c0 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 1 Oct 2017 16:11:55 +0200 Subject: [PATCH] kcmikbd also needs the moc files --- kikbd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kikbd/CMakeLists.txt b/kikbd/CMakeLists.txt index 5cb20f7f9..0a9b8d186 100644 --- a/kikbd/CMakeLists.txt +++ b/kikbd/CMakeLists.txt @@ -25,7 +25,7 @@ install(TARGETS kikbd RUNTIME DESTINATION ${KDE1_BINDIR}) set(KCMIKBD_SRCS widgets.cpp kcmikbd.cpp kikbdconf.cpp kobjconf.cpp kconfobjs.cpp) -add_executable(kcmikbd ${KCMIKBD_SRCS}) +add_executable(kcmikbd ${KCMIKBD_SRCS} ${MOC_FILES}) target_link_libraries(kcmikbd ${QT_LIBRARIES} ${X11_LIBRARIES} -- 2.14.2