Has anyone successfully built KDESvn? (do you recommend any other GUI for svn client in KaOs repo?)
https://projects.kde.org/projects/playground/devtools/kdesvn/repository
when I try to "cmake ..", it gives the following error. (I think like avidemux, it is looking for an older version of Qt/KDE libs. Is this correct?)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QT_QT_INCLUDE_DIR
used as include directory in directory /home/mohamed/source/kdesvn/build.april/CMakeFiles/CMakeTmp
CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at /usr/share/apps/cmake/modules/FindKDE4Internal.cmake:1313 (message):
Unable to compile a basic Qt application. Qt has not been found correctly.
Call Stack (most recent call first):
/usr/share/cmake-3.2/Modules/FindKDE4.cmake:108 (find_package)
CMakeLists.txt:28 (find_package)
Thanks,