mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-05 17:17:49 +03:00
90e4ea28c4
--use plasma approach in order to show context menus for applets by introducing a new QuickItem that will be responsible for this at the bottom of applets and containment layers
7 lines
180 B
CMake
7 lines
180 B
CMake
set(lattedock-app_SRCS
|
|
${lattedock-app_SRCS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/contextmenulayerquickitem.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/interfaces.cpp
|
|
PARENT_SCOPE
|
|
)
|