summarylogtreecommitdiffstats
path: root/0001-kcmikbd-also-needs-the-moc-files.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-kcmikbd-also-needs-the-moc-files.patch')
-rw-r--r--0001-kcmikbd-also-needs-the-moc-files.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-kcmikbd-also-needs-the-moc-files.patch b/0001-kcmikbd-also-needs-the-moc-files.patch
deleted file mode 100644
index 654c43d328ca..000000000000
--- a/0001-kcmikbd-also-needs-the-moc-files.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a500ce4711ae789fcf8c5bf8dc32eaad86d288c0 Mon Sep 17 00:00:00 2001
-From: Luca Weiss <luca@z3ntu.xyz>
-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
-