Chris Holland 5be495b4d7 Symlink widgets/plasmoidheading.svgz in breeze light/dark
PlasmoidHeading.qml only draws "widgets/plasmoidheading" if
fromCurrentTheme=true, so Breeze Light/Dark were not drawing it.
2020-06-09 20:27:04 -04:00

15 lines
383 B
CMake

configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/metadata.desktop.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/metadata.desktop"
@ONLY
)
install(
FILES colors "${CMAKE_CURRENT_BINARY_DIR}/metadata.desktop"
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light
)
install(
DIRECTORY widgets
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light
)