mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
Don't compile 64x64 icon into OSX iconset
This commit is contained in:
@@ -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} )
|
||||
|
||||
|
Reference in New Issue
Block a user