QBluetoothLocalDevice
Unsolved
General and Desktop
-
I want to work with QBluetooth on windows 11 using Qt 6.7 with Mingw compiler. But it is showing
and QBluetoothLocalDevice::isValid() is retuning false
qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.
Help me with this. -
@Jayakrishna
I believe you cannot use MinGW and have to use MSVC for Bluetooth support, at Qt6 at least?
https://forum.qt.io/topic/137939/bluetooth-under-windows-with-mingw-msvc
https://forum.qt.io/topic/136361/qt-bluetooth-not-working-on-windows-mingwConfirmation:
https://doc.qt.io/qt-6/qtbluetooth-changes-qt6.htmlWin32 backend has been removed. There will not be a working Bluetooth backend when Qt is built with mingw.
-
Thanks it worked