f702221054
Now it uses a ui file which makes it easier to maintain. It brings together all options for multiple desktops. That is: * number of desktops * pager layout * activity per desktop * desktop names * desktop effect for switching animation * OSD on desktop switch * Shortcuts for desktop changing The plasma options (pager and activity) are still missing and currently disabled. FEATURE: 129605 CCBUG: 153799 svn path=/trunk/KDE/kdebase/workspace/; revision=995230
16 lines
503 B
CMake
16 lines
503 B
CMake
|
|
########### next target ###############
|
|
|
|
set(kcm_kwindesktop_PART_SRCS main.cpp desktopnameswidget.cpp)
|
|
kde4_add_ui_files(kcm_kwindesktop_PART_SRCS main.ui)
|
|
|
|
kde4_add_plugin(kcm_kwindesktop ${kcm_kwindesktop_PART_SRCS})
|
|
|
|
target_link_libraries(kcm_kwindesktop ${KDE4_KDEUI_LIBS} ${KDE4_KUTILS_LIBS} ${X11_LIBRARIES})
|
|
|
|
install(TARGETS kcm_kwindesktop DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
install( FILES desktop.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|