plasma-framework/CMakeLists.txt
Marco Martin 9724c1a3dc introducing the PositioningRuler widget:
it's a qwidgets that features a wordprocessor like ruler that can be
used to reposition and resize the panel.
its elements are drawn by Plasma::Svg, so also a proper svg
(widgets/containments-controls) is added.
it mostly works but still needs some love
* the not-left alignments are still not tested
* the panel still don't save its minimum and maximum sizes

svn path=/trunk/KDE/kdebase/workspace/plasma/desktoptheme/; revision=804713
2008-05-06 20:06:52 +00:00

35 lines
992 B
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/toolbox-button.svg
widgets/connection-established.svg
widgets/plot-background.svg
widgets/iconbutton.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/)