How win7 configure Bluetooth
Unsolved
General and Desktop
-
Hi and welcome to devnet,
Based on the documentation you should pass that option to the configure script of the Qt version you are building.
Still based on the documentation, Qt 5.14 is the minimum version required.
-
What exactly did you do ?
-
@zzll said in How win7 configure Bluetooth:
native-win32-bluetooth
I don't know how to configure it for whole Qt from scratch (I did not tried that). This even do not need to re-build whole Qt.
It is enough just to:
- Download the qtconnectivity sources for your branch (version).
- Open this sources (*.pro file) from the QtCreator using an appropriate kit (or mingw ot msvc).
- Just re-build the qtconnectivity sources. If you use the Win7 as a host, then the native win32 bluetooh should be compiled by default.
- If all will be successfull, then just to add the 'make install' step in the qtconnectivity build settings in QtCreator.
- Click build again, in this case the QtCreator will install the qtconnectivity libraries to your Qt instance (it should replace all qtconnectivity stuff installed before).
- Enjoy. :)
PS: At least it did work before, even on a Windows 10 host.