Bug 424768

Summary: Could not find a configuration file for package "LibKWorkspace" that is compatible with requested version "5.19.80".
Product: [Applications] systemsettings Reporter: Paul McQuade <paulmcquad>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Paul McQuade 2020-07-28 21:55:08 UTC
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
Comment 1 Nate Graham 2020-07-29 02:12:17 UTC
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.