Bluetooth not working In Qt 6
-
When using Bluetooth in Qt 6 with mingw_64, I encounter the error message: "qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional." How can I resolve this issue?
-
@Mayur-Ghorpade You have to use MSVC not MinGW for Windows Bluetooth.
-
Just to add a reference for @JonB's correct answer, from Changes to Qt Bluetooth (Qt6):
Win32 backend has been removed. There will not be a working Bluetooth backend when Qt is built with mingw.
Cheers.
-
@JonB As per your suggestion, I used the MSVC compiler, but I encountered an error while building the project.
Error:C:\Qt\Tools\QtCreator\bin\jom\jom.exe -f Makefile.Release /OUT:release\RPA_Config.exe @C:\Users\pdrln\AppData\Local\Temp\RPA_Config.exe.18208.2063.jom
The system cannot find the path specified.
jom: C:\Users\pdrln\Documents\AeroGCS\Desktop_Qt_6_7_1_MSVC2019_64bit-Release\Makefile.Release [release\RPA_Config.exe] Error 1
jom: C:\Users\pdrln\Documents\AeroGCS\Desktop_Qt_6_7_1_MSVC2019_64bit-Release\Makefile [release] Error 2
17:45:38: The process "C:\Qt\Tools\QtCreator\bin\jom\jom.exe" exited with code 2.
Error while building/deploying project RPA_Config (kit: Desktop Qt 6.7.1 MSVC2019 64bit)
The kit Desktop Qt 6.7.1 MSVC2019 64bit has configuration issues which might be the root cause for this problem.
When executing step "Make" -
@Mayur-Ghorpade
I cannot comment on this, it's a quite different issue. Either it cannot find a file like it says, or aren't you worried by:The kit Desktop Qt 6.7.1 MSVC2019 64bit has configuration issues which might be the root cause for this problem.
?
-
@JonB @Q-Master @Qt-Enthusiast @Qt-embedded-developer I have this configuration use for msvc compiler and i have run different project that perfectly run with this configuration