Fix Unity build on Windows
Exclude WinRT sources. Pick-to: 6.10 6.9 Task-number: QTBUG-109394 Change-Id: I94c84744dc5cb37a9079773bee126dce06dba58b Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
34a55ccae6
commit
c0957ca534
|
|
@ -46,6 +46,9 @@ qt_internal_add_module(Bluetooth
|
|||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
NO_UNITY_BUILD_SOURCES
|
||||
qbluetoothservicediscoveryagent_winrt.cpp
|
||||
qlowenergycontroller_winrt.cpp
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:bluetooth.pro:<TRUE>:
|
||||
|
|
|
|||
Loading…
Reference in New Issue