5bbfcd860f
Packages always end in \n, so this way we make sure we have a complete package to unserialize. Before this patch, some long packages that were divided in chunks weren't received correctly.
12 lines
249 B
CMake
12 lines
249 B
CMake
|
|
set(kded_kdeconnect_SRCS
|
|
${kded_kdeconnect_SRCS}
|
|
|
|
backends/lan/lanlinkprovider.cpp
|
|
backends/lan/landevicelink.cpp
|
|
backends/lan/uploadjob.cpp
|
|
backends/lan/downloadjob.cpp
|
|
backends/lan/socketlinereader.cpp
|
|
|
|
PARENT_SCOPE
|
|
)
|