You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
libkf5bluezqt-dev on ubuntu 20.04 does not have up to date version, no Bluez/Rfkill header files, any plan to support binary build on ubuntu 20.04 without pull all KDE/QT development environment and build them from source?
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?
The text was updated successfully, but these errors were encountered: