Fix plasmoidheading.svgz being installed to the wrong place

This was causing it to not show up for people using the Breeze Dark
Plasma theme (but not the default Plasma theme with a dark color scheme)

BUG: 426537
FIXED-IN: 5.75
CCMAIL: vonreth@kde.org
This commit is contained in:
Nate Graham 2020-10-01 17:28:54 -06:00
parent 2f78dfb9d9
commit 7f9fe64f9b
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ install(
)
install(
FILES ${PROJECT_BINARY_DIR}/src/desktoptheme/breeze/default.gzipped/widgets/plasmoidheading.svgz
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark/widgets
)

View File

@ -10,5 +10,5 @@ install(
)
install(
FILES ${PROJECT_BINARY_DIR}/src/desktoptheme/breeze/default.gzipped/widgets/plasmoidheading.svgz
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light/widgets
)