aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frontend/qt_sdl/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/frontend/qt_sdl/CMakeLists.txt b/src/frontend/qt_sdl/CMakeLists.txt
index b1dfd45..57f6d78 100644
--- a/src/frontend/qt_sdl/CMakeLists.txt
+++ b/src/frontend/qt_sdl/CMakeLists.txt
@@ -146,13 +146,6 @@ if (APPLE)
RESOURCE "${RESOURCE_FILES}")
- # Qt 6 requires macOS 10.15 if building on 10.15 or greater
- if(CMAKE_SYSTEM_VERSION VERSION_GREATER_EQUAL 19.0.0)
- if (USE_QT6)
- set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version" FORCE)
- endif()
- endif()
-
option(MACOS_BUNDLE_LIBS "Bundle libraries with the app on macOS" OFF)
option(MACOS_BUILD_DMG "Build DMG image of the macOS application bundle" OFF)