SUMMARY I could not complie the program. STEPS TO REPRODUCE 1. Fork the project from https://invent.kde.org/plasma/systemsettings 2. Open project in QT Creator 3. Crashes on build OBSERVED RESULT CMake Error at CMakeLists.txt:56 (find_package): Could not find a configuration file for package "LibKWorkspace" that is compatible with requested version "5.19.80". The following configuration files were considered but not accepted: /usr/lib64/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake, version: 5.19.3 /usr/lib/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake, version: 5.19.3 /lib64/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake, version: 5.19.3 /lib/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake, version: 5.19.3 -- Configuring incomplete, errors occurred! See also "/tmp/QtCreator-sVAUtN/qtc-cmake-pnGbFKdo/CMakeFiles/CMakeOutput.log". CMake process exited with exit code 1. Elapsed time: 00:03. EXPECTED RESULT Build copy of systemsettings SOFTWARE/OS VERSIONS Operating System: Manjaro Linux KDE Plasma Version: 5.19.3 KDE Frameworks Version: 5.72.0 Qt Version: 5.15.0
You need to build System Settings' dependencies, one of which (plasma-workspace) gives you libkworkspace. See the instructions located at https://community.kde.org/Get_Involved/development.