Skip to content
Snippets Groups Projects
Unverified Commit 846d30d3 authored by Elnur Ismailzada's avatar Elnur Ismailzada Committed by GitHub
Browse files

Merge pull request #6440 from Eism/macos_build_fix

[AU4] Fixed build on macos
parents 6a41fadd 230eb4a2
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ elseif(OS_IS_MAC) ...@@ -53,7 +53,7 @@ elseif(OS_IS_MAC)
set(MACOSX_BUNDLE_BUNDLE_VERSION ${CMAKE_BUILD_NUMBER}) set(MACOSX_BUNDLE_BUNDLE_VERSION ${CMAKE_BUILD_NUMBER})
set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 1999-2024. Published under the GNU General Public License version 3.") set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 1999-2024. Published under the GNU General Public License version 3.")
set(CMAKE_INSTALL_RPATH ${QT_INSTALL_LIBS}) set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_RPATH};${QT_INSTALL_LIBS};@loader_path/../Frameworks")
message("MACOSX_BUNDLE_VERSION: ${MACOSX_BUNDLE_LONG_VERSION_STRING}.${MACOSX_BUNDLE_BUNDLE_VERSION}") message("MACOSX_BUNDLE_VERSION: ${MACOSX_BUNDLE_LONG_VERSION_STRING}.${MACOSX_BUNDLE_BUNDLE_VERSION}")
endif() endif()
......
set(MUSE_APP_NAME "Audacity") set(MUSE_APP_NAME "Audacity")
set(MUSE_APP_NAME_WITH_SPACE "Audacity") set(MUSE_APP_TITLE "Audacity")
set(MUSE_APP_GUI_IDENTIFIER org.audacity.${MUSE_APP_NAME}) set(MUSE_APP_GUI_IDENTIFIER org.audacity.${MUSE_APP_NAME})
set(MUSE_APP_VERSION_MAJOR "4") set(MUSE_APP_VERSION_MAJOR "4")
set(MUSE_APP_VERSION_MINOR "0") set(MUSE_APP_VERSION_MINOR "0")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment