I am working on a tool that connects to a BT serial port device on windows 11
I have the scan working, and can select the device, giving me a
QBluetoothServiceInfo
I can get the address via QBluetoothServiceInfo::device().address();
I can save this value to the registry, and reconnect on the st
Hi Marcel,
> My first question is when should I link against the backing target and
when against the plugin target? In the documentation it sounds like that
linking against the plugin target is the right choice, but then do I
also need to manually list Q_IMPORT_QML_PLUGIN in my executable's main.c