plasma-framework/CMakeLists.txt
Robert Knight fea627e08d * Add support for an SVG background in the panel. The SVG used is
in desktoptheme/widgets/panel-background.svg.  Path is currently hard-coded.
  Added programmer-art edition of panel-background.svg

  TODO: Discuss with artists what they need from the code to get the 
        desired background look in the panel and how to manage different
        backgrounds depending on where the panel is positioned.

* Horizontal panel layout now works

svn path=/trunk/KDE/kdebase/workspace/plasma/desktoptheme/; revision=707284
2007-09-01 12:44:57 +00:00

22 lines
592 B
CMake

install(FILES
dialogs/background.svg
dialogs/shutdowndlg.svg
dialogs/shutdowndlgbuttonglow.svg
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/dialogs/)
install(FILES
widgets/background.svg
widgets/clock.svg
widgets/toolbox-button.svg
widgets/connection-established.svg
widgets/plot-background.svg
widgets/iconbutton.svg
widgets/wallpaper.svg
widgets/panel-background.svg
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)
install(FILES
desktoptheme-default.desktop
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme)