kde-workspace/libs/CMakeLists.txt
Ivailo Monev 66442e2e68 plasma: reimplement digital-clock applet
the fact that it had issues with calculating the size hints on locale
change was enough for me to look into it, the fact that it required
dataengine to function (draw a few numbers) was enough for me to
reimplement it. also one applet for that (showing a clock) is enough

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-03 18:46:33 +03:00

11 lines
220 B
CMake

include_directories(
# for konq_export.h
${CMAKE_BINARY_DIR}/libs
)
add_subdirectory(konq)
add_subdirectory(kworkspace)
add_subdirectory(oxygen)
add_subdirectory(plasmagenericshell)
add_subdirectory(ksysguard)