[Interest] QBluetooth connection/pairing issue

2025-04-08 Thread Scott Bloom
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

Re: [Interest] Linking against QML modules

2025-04-08 Thread Fabian Kosmale via Interest
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