plasma-framework/CMakeLists.txt
Marco Martin 1431f12eba adding the missing svgs in the theme, needed to fix the theme update on
every applet.
they are only a placeholder for now, will be replaced with the final
artwork for the final release

svn path=/trunk/KDE/kdebase/workspace/plasma/desktoptheme/; revision=811136
2008-05-22 12:01:07 +00:00

37 lines
1.0 KiB
CMake

install(FILES
dialogs/background.svg
dialogs/krunner.svg
dialogs/shutdowndialog.svg
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/dialogs/)
install(FILES
opaque/dialogs/background.svg
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/opaque/dialogs/)
install(FILES
opaque/widgets/tooltip.svg
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/opaque/widgets/)
install(FILES
widgets/background.svg
widgets/branding.svg
widgets/tooltip.svg
widgets/clock.svg
widgets/pager.svg
widgets/systemtray.svg
widgets/tasks.svg
widgets/toolbox-button.svg
widgets/connection-established.svg
widgets/plot-background.svg
widgets/panel-background.svg
widgets/analog_meter.svg
widgets/bar_meter_horizontal.svg
widgets/bar_meter_vertical.svg
widgets/containment-controls.svg
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)
install(FILES
colors
metadata.desktop
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/)