diff --git a/src/tomahawk/CMakeLists.txt b/src/tomahawk/CMakeLists.txt index d328be9cd..e18c798ec 100644 --- a/src/tomahawk/CMakeLists.txt +++ b/src/tomahawk/CMakeLists.txt @@ -146,6 +146,10 @@ IF( BUILD_GUI ) ENDIF() file( GLOB_RECURSE TOMAHAWK_ICONS "${CMAKE_SOURCE_DIR}/data/icons/*-tomahawk-icon.png" ) +if(APPLE) + list(REMOVE_ITEM TOMAHAWK_ICONS "${CMAKE_SOURCE_DIR}/data/icons/64x64-tomahawk-icon.png") +endif() + ecm_add_app_icon( tomahawkSources ICONS ${TOMAHAWK_ICONS} )