From: Carl Schwan Date: Tue, 30 Apr 2024 09:20:37 +0000 (+0200) Subject: Fix usage of ecm_add_app_icon X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/41df5fa0269f256455945037be6d6ffca02a774a?ds=sidebyside 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. --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ab288a563..d8fdc5f4b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)