Skip to content

Commit 812b04a

Browse files
committed
Revert Jamulus.pro change
1 parent 9ec8e0f commit 812b04a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Jamulus.pro

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,6 @@ win32 {
173173
}
174174

175175
} 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-
187176
contains(CONFIG, "server_bundle") {
188177
message(The generated application bundle will run a server instance.)
189178

0 commit comments

Comments
 (0)