Bluetooth not working In Qt 6
-
wrote on 2 Jul 2024, 11:22 last edited by
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?
-
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?
wrote on 2 Jul 2024, 11:27 last edited by@Mayur-Ghorpade You have to use MSVC not MinGW for Windows Bluetooth.
-
wrote on 2 Jul 2024, 12:19 last edited by
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.
-
wrote on 10 Jul 2024, 12:18 last edited by
@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" -
@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"wrote on 10 Jul 2024, 12:22 last edited by@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.
?
-
wrote on 10 Jul 2024, 12:32 last edited by Mayur Ghorpade 7 Oct 2024, 12:35
@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