src/CMakeLists.txt mentions keyeventfilter.cpp which does not exist
Brought to you by:
gyunaev
-- Configuring done
CMake Error at /usr/share/kde4/apps/cmake/modules/KDE4Macros.cmake:1021 (add_executable):
Cannot find source file:
keyeventfilter.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Call Stack (most recent call first):
Version 6.1
CMake-based build does not work anymore. Please use qmake.
Since that file no longer exists, simply removing the reference to it in src/CMakeLists.txt fixes CMake build.
I can confirm that https://github.com/ckorn/GetDeb/blob/trusty/kchmviewer/patches/ftbfs.patch fixes the build for openSUSE.