]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix usage of ecm_add_app_icon
authorCarl Schwan <carl@carlschwan.eu>
Tue, 30 Apr 2024 09:20:37 +0000 (11:20 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Tue, 30 Apr 2024 09:20:37 +0000 (11:20 +0200)
The DESTINATION and THEME arguments are non existent and as such this
breaks the macOS builds and create warnings for the other platforms.

src/CMakeLists.txt

index ab288a563e880d8d11245c133abaabadf90397dd..d8fdc5f4baee043d70f9c51d329f02ed89ae4532 100644 (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)