Qt/OSX: Fix icon

This commit is contained in:
spycrab
2018-02-24 21:12:22 +01:00
parent b66f96c617
commit 7f3c1a2de4
4 changed files with 6 additions and 2 deletions

View File

@ -93,7 +93,7 @@ set(LIBS
if(APPLE)
# Add resource files to application bundle.
set(RESOURCES resources/Dolphin.icns)
set(RESOURCES "${CMAKE_SOURCE_DIR}/Data/Dolphin.icns")
list(APPEND SRCS ${RESOURCES})
set_source_files_properties(${RESOURCES} PROPERTIES
MACOSX_PACKAGE_LOCATION Resources)