064ddfa3fe
We now have a single PairingHandler for all types of links. The implementation now is more aligned with the one for Android.
14 lines
415 B
CMake
14 lines
415 B
CMake
|
|
set(backends_kdeconnect_SRCS
|
|
${backends_kdeconnect_SRCS}
|
|
|
|
backends/bluetooth/multiplexchannel.cpp
|
|
backends/bluetooth/multiplexchannelstate.cpp
|
|
backends/bluetooth/connectionmultiplexer.cpp
|
|
backends/bluetooth/bluetoothlinkprovider.cpp
|
|
backends/bluetooth/bluetoothdevicelink.cpp
|
|
backends/bluetooth/bluetoothdownloadjob.cpp
|
|
backends/bluetooth/bluetoothuploadjob.cpp
|
|
|
|
PARENT_SCOPE
|
|
)
|