Please help me to resolve this error :Cmake error
-
Hello everyone, im new to this whole world of Qground control station, QT and Cmake. please help with to resolve the error. will be very thankful.
Error CMake Error at ~\qgroundcontrol\CMakeLists.txt:80 (find_package):
Found package configuration file:
C:/Qt/6.6.1/mingw_64/lib/cmake/Qt6/Qt6Config.cmakebut it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT FOUND. Reason given by package:
Failed to find required Qt component "Bluetooth".Expected Config file at
"C:/Qt/6.6.1/mingw_64/lib/cmake/Qt6Bluetooth/Qt6BluetoothConfig.cmake" does NOT existConfiguring with --debug-find-pkg=Qt6Bluetooth might reveal details why the package was not found.
Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some of the path variables that find_package uses to try and find the package.
QGroundControl ~\qgroundcontrol\CMakeLists.txt 80 -
Hello everyone, im new to this whole world of Qground control station, QT and Cmake. please help with to resolve the error. will be very thankful.
Error CMake Error at ~\qgroundcontrol\CMakeLists.txt:80 (find_package):
Found package configuration file:
C:/Qt/6.6.1/mingw_64/lib/cmake/Qt6/Qt6Config.cmakebut it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT FOUND. Reason given by package:
Failed to find required Qt component "Bluetooth".Expected Config file at
"C:/Qt/6.6.1/mingw_64/lib/cmake/Qt6Bluetooth/Qt6BluetoothConfig.cmake" does NOT existConfiguring with --debug-find-pkg=Qt6Bluetooth might reveal details why the package was not found.
Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some of the path variables that find_package uses to try and find the package.
QGroundControl ~\qgroundcontrol\CMakeLists.txt 80@RUXX said in Please help me to resolve this error :Cmake error:
Configuring with --debug-find-pkg=Qt6Bluetooth might reveal details why the package was not found.
Did you follow this suggestion?
Do you need QtBluetooth?
How did you install Qt? -
@RUXX Judging by the paths in your error message I am guessing † you used the Qt Online Installer. So, check this:
† We should not need to guess.
-
@RUXX said in Please help me to resolve this error :Cmake error:
Configuring with --debug-find-pkg=Qt6Bluetooth might reveal details why the package was not found.
Did you follow this suggestion?
Do you need QtBluetooth?
How did you install Qt? -
@jsulm Thank you for replying but please can you explain me in detail the steps on how can i run that command and where?