mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Fixed extracmakemodules instead of remove item hack
This commit is contained in:
@@ -146,11 +146,6 @@ IF( BUILD_GUI )
|
|||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
file( GLOB_RECURSE TOMAHAWK_ICONS "${CMAKE_SOURCE_DIR}/data/icons/*-tomahawk-icon.png" )
|
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()
|
|
||||||
|
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
# OUTFILE is currently only supported in my branch, see https://git.reviewboard.kde.org/r/126303/
|
# OUTFILE is currently only supported in my branch, see https://git.reviewboard.kde.org/r/126303/
|
||||||
# once merged (and released), we can remove this conditional usage
|
# once merged (and released), we can remove this conditional usage
|
||||||
|
Reference in New Issue
Block a user