I can't do cmake .. (It gives error)
the error says:
CMake Error at bluez/CMakeLists.txt:15 (find_package):
By not providing "FindKF5BluezQt.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"KF5BluezQt", but CMake did not find one.
Could not find a package configuration file provided by "KF5BluezQt" with
any of the following names:
KF5BluezQtConfig.cmake
kf5bluezqt-config.cmake
Add the installation prefix of "KF5BluezQt" to CMAKE_PREFIX_PATH or set
"KF5BluezQt_DIR" to a directory containing one of the above files. If
"KF5BluezQt" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "/home/erikachan/libcutefish/build/CMakeFiles/CMakeOutput.log".
how can i pass this error?
I can't do cmake .. (It gives error)
the error says:
CMake Error at bluez/CMakeLists.txt:15 (find_package):
By not providing "FindKF5BluezQt.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"KF5BluezQt", but CMake did not find one.
Could not find a package configuration file provided by "KF5BluezQt" with
any of the following names:
Add the installation prefix of "KF5BluezQt" to CMAKE_PREFIX_PATH or set
"KF5BluezQt_DIR" to a directory containing one of the above files. If
"KF5BluezQt" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "/home/erikachan/libcutefish/build/CMakeFiles/CMakeOutput.log".
how can i pass this error?