Fix qtPlatformTargetSuffix for darwin platforms

Commit 1749f918 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 <kai.koehne@qt.io>
This commit is contained in:
Joerg Bornemann 2020-01-23 10:01:14 +01:00
parent 1749f9184b
commit 0ab53fbdda

View File

@ -13,7 +13,7 @@ defineReplace(qtPlatformTargetSuffix) {
}
}
}
macos {
darwin {
CONFIG(debug, debug|release) {
!debug_and_release|build_pass: \
return($${suffix}_debug)