Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5
-
None
-
-
5
-
Foundation PM Prioritized, Foundations Sprint 79
Description
When building qtconnectivity module from scratch on macOS or iOS, there are
few automoc warnings:
-- Build files have been written to: build-connectivity-ios
[22/132] Automatic MOC for target Bluetooth
AutoMoc: qtconnectivity/src/bluetooth/qbluetoothservicediscoveryagent_p.h:0:1: note: No relevant classes found. No output generated.
AutoMoc: qtconnectivity/src/bluetooth/qbluetoothlocaldevice_p.h:0:1: note: No relevant classes found. No output generated.
AutoMoc: qtconnectivity/src/bluetooth/qbluetoothlocaldevice_p.h:0:1: note: No relevant classes found. No output generated.
AutoMoc: qtconnectivity/src/bluetooth/qbluetoothservicediscoveryagent_p.h:0:1: note: No relevant classes found. No output generated.
The number of warnings varies slightly if building for iOS vs macOS. By a quick look at the code it's intuitively kind of understandable what happens, and I think no actual harm happens.