Skip to content

Commit

Permalink
change name for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed May 20, 2024
1 parent c52ee89 commit 7950904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ else()
if(APPLE)
add_executable(MediaDownloader MACOSX_BUNDLE ${SRC} ${MOC_FILES} ${UI_FILES} ${RESOURCES})
set_target_properties(MediaDownloader PROPERTIES MACOSX_BUNDLE ON)
set_target_properties(MediaDownloader PROPERTIES COMPILE_FLAGS "-Wextra -Wall -s -fPIC -pedantic")
else()
add_executable(media-downloader ${SRC} ${MOC_FILES} ${UI_FILES} ${RESOURCES})
set_target_properties(media-downloader PROPERTIES COMPILE_FLAGS "-Wextra -Wall -s -fPIC -pedantic")
endif()
set_target_properties(media-downloader PROPERTIES COMPILE_FLAGS "-Wextra -Wall -s -fPIC -pedantic")
endif()

if(BUILD_WITH_QT6)
Expand Down

0 comments on commit 7950904

Please sign in to comment.