mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-12 17:17:50 +03:00
d071e3be33
--Plasma 5.18 introduced a new dbus interface in order for external apps to be able to publish to Plasma how much they occupy from screen space. This is a much requested feature from users, Latte is now publishing both its availableScreenRect and availableScreenRegions and this is also Multiple Layouts aware at runtime. BUG:391073
8 lines
213 B
CMake
8 lines
213 B
CMake
set(lattedock-app_SRCS
|
|
${lattedock-app_SRCS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/screengeometries.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/screenpool.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/theme.cpp
|
|
PARENT_SCOPE
|
|
)
|