kdeconnect-kde/core/backends/lan
Albert Vaca Cintora 495e3019e4 Reduce number of optional dependencies
Change some optional dependencies from being optional to being mandatory
or being mandatory but behind on-by-default cmake flags. Eg: instead of
only compiling Wayland support if we find the appropriate libraries, we
always require the libraries unless the user specifies WITH_WAYLAND=OFF.

Optional libraries are hard to discover by packagers (since they don't
see an error once we add them) and create lots of possible build flavors
with a different features that can confuse users.
2023-07-19 17:08:03 +00:00
..
CMakeLists.txt Add CMake flag to enable MDNS (off by default) 2023-07-17 20:41:15 +00:00
compositeuploadjob.cpp Reduce number of optional dependencies 2023-07-19 17:08:03 +00:00
compositeuploadjob.h Fix crash when sending files 2023-07-16 14:44:31 +02:00
landevicelink.cpp Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
landevicelink.h Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
lanlinkprovider.cpp Remove compatibility with Qt < 5.15 2023-07-18 20:13:27 +00:00
lanlinkprovider.h Fixes from code review 2023-07-17 20:41:15 +00:00
mdnsdiscovery.cpp Fixes from code review 2023-07-17 20:41:15 +00:00
mdnsdiscovery.h Add MDNS discovery 2023-07-17 20:41:15 +00:00
server.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
server.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
uploadjob.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
uploadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00