Skip to content

Commit

Permalink
Fix qtPlatformTargetSuffix for darwin platforms
Browse files Browse the repository at this point in the history
Commit 1749f91 changed a "mac" scope to a "macos" scope (thanks to the
enormously helpful hint from in^Wsanity bot). Instead it should use
"darwin", because that's what is equivalent to "mac".

Fixes: QTBUG-81599
Change-Id: I0fd82f984945836a5b7b1bea5ed2117a2f676947
Reviewed-by: Kai Koehne <[email protected]>
  • Loading branch information
jobor committed Jan 23, 2020
1 parent 1749f91 commit 0ab53fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkspecs/features/qt_functions.prf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defineReplace(qtPlatformTargetSuffix) {
}
}
}
macos {
darwin {
CONFIG(debug, debug|release) {
!debug_and_release|build_pass: \
return($${suffix}_debug)
Expand Down

0 comments on commit 0ab53fb

Please sign in to comment.