Can't find classes of Qtbluetooth
-
Hello.
I can not find any Bluetooth classes in Qt Creator.I want to connect to non pair remote ble devices as a client (central device, laptop Windows 10). Seems there is such API here: https://doc.qt.io/qt-5/qtbluetooth-module.html , but I can not find it in my Qt creator. I was download it yestarday by dint of online installator from official Qt page. Did I do something wrong?
Is it possible to download just Qtbluetooth library, not the all librarys? -
Hello.
I can not find any Bluetooth classes in Qt Creator.I want to connect to non pair remote ble devices as a client (central device, laptop Windows 10). Seems there is such API here: https://doc.qt.io/qt-5/qtbluetooth-module.html , but I can not find it in my Qt creator. I was download it yestarday by dint of online installator from official Qt page. Did I do something wrong?
Is it possible to download just Qtbluetooth library, not the all librarys?@user7699 said in Can't find classes of Qtbluetooth:
Hello.
I can not find any Bluetooth classes in Qt Creator.I want to connect to non pair remote ble devices as a client (central device, laptop Windows 10). Seems there is such API here: https://doc.qt.io/qt-5/qtbluetooth-module.html , but I can not find it in my Qt creator. I was download it yestarday by dint of online installator from official Qt page. Did I do something wrong?
That's the correct way to get it. QtBluetooth is included in default installation of any Qt version.
Is it possible to download just Qtbluetooth library, not the all librarys?
No, you need QtCore at the minimum. QtBluetooth will not work without the rest of Qt.
-
Hi,
Any chances you installed Qt 6.0 ?
-
The Qt Bluetooth module will be back for 6.2
You should go with 5.15 at this time.
-
Just start the Maintenance Tool, select Add Remove Components and go select Qt 5.15.