Bluetooth under Windows with mingw/msvc?
Unsolved
General and Desktop
-
Hi,
using QBluetoothLocalDevice::allDevices() gives different results when compiling with mingw / msvc 2019:
Qt 5.15.2
- mingw 32/64: returns the expected number of adapters
- msvc 32/64: returns 0
Qt 6.3.1
- mingw 64: returns 0
- msvc 64: returns the expected number of adapters
Any ideas what's wrong here?
Thanks!
Edit: Found "Win32 backend has been removed. There will not be a working Bluetooth backend when Qt is built with mingw." for Qt6. I guess it was the same for Qt5, only the other way round.
-
J JonB referenced this topic on