Registry / networking / qt5-connectivity

qt5-connectivity

JSON →
library5.15.18vcpkgunverified

The Qt Connectivity module provides access to Bluetooth and NFC hardware.

vcpkg install qt5-connectivity
INSTALL
IMPORT
SIG · QT5-CONNECTIVITY
Q
qt5-connectivity
networkingcppv5.15.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtBluetooth/QBluetoothSocket
#include <QtBluetooth/QBluetoothSocket>

Connect to a Bluetooth device via RFCOMM

#include <QtBluetooth/QBluetoothSocket> int main() { QBluetoothSocket socket(QBluetoothServiceInfo::RfcommProtocol); socket.connectToService(QBluetoothAddress("00:11:22:33:44:55"), 1); return 0; }
Debug
Known issues
gotchaRequires Qt5 installation with connectivity module; platform-specific Bluetooth/NFC support
fix
Install Qt5 with connectivity module and ensure platform has Bluetooth/NFC hardware
affects: *
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

qt5-connectivity — pip install qt5-connectivity · libregistry