Skip to content
Snippets Groups Projects
Commit 98511f40 authored by jkito's avatar jkito :skull:
Browse files

[mac] bump minimum supported version of macOS to 12

parent 38b5ae64
No related branches found
No related tags found
1 merge request!170Updates to Qt6.6 and various misc fixes for window and macOS
......@@ -10,7 +10,7 @@ CONFIG+=debug_and_release
windows:CONFIG -= console
unix:DEBUG:CONFIG += debug
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11
QMAKE_MACOSX_DEPLOYMENT_TARGET = 12
QMAKE_TARGET_BUNDLE_PREFIX = se.leap
QMAKE_BUNDLE = $$TARGET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment