File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,11 @@ win32 {
174174
175175} else:macx {
176176 # Set minimum macOS deployment target
177- # For Qt 5: Support back to macOS 10.12 ( Sierra) for legacy builds on Intel
177+ # For Qt 5: Support back to macOS 10.13 (High Sierra) for legacy builds on Intel
178178 # For Qt 6: Support macOS 11 (Big Sur) and later for universal binaries
179179 lessThan(QT_MAJOR_VERSION, 6) {
180- QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
181- message (Qt5 build: Setting macOS deployment target to 10.12 )
180+ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13
181+ message (Qt5 build: Setting macOS deployment target to 10.13 )
182182 } else {
183183 QMAKE_MACOSX_DEPLOYMENT_TARGET = 11.0
184184 message (Qt6 build: Setting macOS deployment target to 11.0 )
You can’t perform that action at this time.
0 commit comments