Move Unity build exclusions to the correct location
Amends c0957ca534.
Pick-to: 6.10 6.9
Task-number: QTBUG-109394
Change-Id: I118b037f7a6d0ffd2b01d34145f18327d403eecc
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
c0957ca534
commit
79cc039b0e
|
|
@ -46,9 +46,6 @@ 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>:
|
||||
|
|
@ -258,6 +255,8 @@ elseif(QT_FEATURE_winrt_bt)
|
|||
qbluetoothdevicediscoveryagent_winrt.cpp
|
||||
qbluetoothdevicewatcher_winrt.cpp
|
||||
qbluetoothlocaldevice_winrt.cpp
|
||||
qbluetoothservicediscoveryagent_winrt.cpp
|
||||
qlowenergycontroller_winrt.cpp
|
||||
DEFINES
|
||||
QT_WINRT_BLUETOOTH
|
||||
LIBRARIES
|
||||
|
|
|
|||
Loading…
Reference in New Issue