diff options
| author | Carl Schwan <[email protected]> | 2024-04-30 11:20:37 +0200 |
|---|---|---|
| committer | Carl Schwan <[email protected]> | 2024-04-30 11:20:37 +0200 |
| commit | 41df5fa0269f256455945037be6d6ffca02a774a (patch) | |
| tree | b7c2dae9f137687e282baefa6aeaf14f73ffbf94 /src | |
| parent | 0b87f091c08a3f7ec4e03552e9dc1ec042368e98 (diff) | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
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) |
