1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-05 17:17:49 +03:00
latte-dock/app/declarativeimports/CMakeLists.txt
Michail Vourlakos 90e4ea28c4 introduce ContextMenuLayerQuickItem
--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
2022-05-22 17:12:42 +03:00

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
)