b88897847b
We broke kded into core and kded, core contains the library with the backends and plugins. Also we renamed libkdeconnect to interfaces.
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
|
|
)
|