Build: Use Qt 6.5.2 for macOS, drop libcurl

Also add qtimageformats.
This commit is contained in:
Stenzek
2023-08-22 18:35:30 +10:00
parent f75bf8517a
commit e108ca16ce
3 changed files with 41 additions and 53 deletions

View File

@ -22,9 +22,6 @@ elseif(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
set(SUPPORTS_X11 TRUE)
endif()
# Set minimum OS version for macOS. 10.14 should work.
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0" CACHE STRING "")
# Global options.
if(NOT ANDROID)
option(BUILD_NOGUI_FRONTEND "Build the NoGUI frontend" OFF)