7c489e43d9
The existing desktop switcher becomes the first available layout called "informative". For both variants of desktop switchers a new config key is introduced to define the desktop switcher layout. Desktop layouts are installed into a different directory than window switcher layout and use a different service type. For the moment it's basically a hidden config option as there are no further layouts yet. BUG: 296068 FIXED-IN: 4.11 REVIEW: 110021
6 lines
267 B
CMake
6 lines
267 B
CMake
add_subdirectory( qml )
|
|
add_subdirectory( tests )
|
|
|
|
# Install the KWin/WindowSwitcher service type
|
|
install( FILES kwinwindowswitcher.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
|
|
install( FILES kwindesktopswitcher.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
|