[go: up one dir, main page]

Missing installation dependency: libkf5windowsystem-dev

Created by: Daniel-Kalus

Hello, I'm on a fresh install of Kubuntu 19.04 and followed the installation instructions in the readme for "Ubunutu & derivatives". When calling the cmake command, I got an error:

CMake Error at CMakeLists.txt:27 (find_package):

  By not providing "FindKF5WindowSystem.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "KF5WindowSystem", but CMake did not find one.

  Could not find a package configuration file provided by "KF5WindowSystem"
  with any of the following names:

    KF5WindowSystemConfig.cmake
    kf5windowsystem-config.cmake

  Add the installation prefix of "KF5WindowSystem" to CMAKE_PREFIX_PATH or
  set "KF5WindowSystem_DIR" to a directory containing one of the above files.
  If "KF5WindowSystem" provides a separate development package or SDK, be
  sure it has been installed.


-- Configuring incomplete, errors occurred!

After a quick research I installed libkf5windowsystem-dev via apt and could build the app with no issues. Maybe only I ran into that problem, but as I'm on a completely fresh kubuntu install, I wanted to give a heads up. Cheers