We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec8e0f commit 812b04aCopy full SHA for 812b04a
1 file changed
Jamulus.pro
@@ -173,17 +173,6 @@ win32 {
173
}
174
175
} else:macx {
176
- # Set minimum macOS deployment target
177
- # 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.13
181
- 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)
185
- }
186
-
187
contains(CONFIG, "server_bundle") {
188
message(The generated application bundle will run a server instance.)
189
0 commit comments