We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5d3c9 commit 134f966Copy full SHA for 134f966
1 file changed
Jamulus.pro
@@ -174,11 +174,11 @@ win32 {
174
175
} else:macx {
176
# Set minimum macOS deployment target
177
- # For Qt 5: Support back to macOS 10.12 (Sierra) for legacy builds on Intel
+ # For Qt 5: Support back to macOS 10.13 (High Sierra) for legacy builds on Intel
178
# For Qt 6: Support macOS 11 (Big Sur) and later for universal binaries
179
lessThan(QT_MAJOR_VERSION, 6) {
180
- QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
181
- message(Qt5 build: Setting macOS deployment target to 10.12)
+ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13
+ message(Qt5 build: Setting macOS deployment target to 10.13)
182
} else {
183
QMAKE_MACOSX_DEPLOYMENT_TARGET = 11.0
184
message(Qt6 build: Setting macOS deployment target to 11.0)
0 commit comments