Hi
The cmake compilation step fails with the following error
CMake Error at /usr/local/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
Call Stack (most recent call first):
CMakeLists.txt:10 (find_package)
The file /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake exists, kdelibs5-dev and libqt4-dev where installed via debian's package manager.
Is there a way to "tell" cmake to look into /usr/share/kde4/apps/ for those files ?
