mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-25 19:21:41 +03:00
0e7420037e
--add GenericDialog class in order to provide same implementation for all settings::dialogs. As a first step GenericDialog provides a common showInlineMessage api
8 lines
219 B
CMake
8 lines
219 B
CMake
set(lattedock-app_SRCS
|
|
${lattedock-app_SRCS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/detailsdialog.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/genericdialog.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/settingsdialog.cpp
|
|
PARENT_SCOPE
|
|
)
|