Fix usage of ecm_add_app_icon

The DESTINATION and THEME arguments are non existent and as such this
breaks the macOS builds and create warnings for the other platforms.


(cherry picked from commit 41df5fa026)
This commit is contained in:
Carl Schwan 2024-04-30 11:20:37 +02:00
parent 948b41cec4
commit 1b11b3dc34

View file

@ -482,10 +482,6 @@ ecm_add_app_icon(dolphin
icons/32-apps-org.kde.dolphin.png
icons/48-apps-org.kde.dolphin.png
icons/64-apps-org.kde.dolphin.png
DESTINATION
${KDE_INSTALL_ICONDIR}
THEME
hicolor
)
install(FILES icons/org.kde.dolphin.svg DESTINATION ${KDE_INSTALL_ICONDIR}/hicolor/scalable/apps)