From 0ab53fbdda2fd7f24f45dcd52fbd195e282554da Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 23 Jan 2020 10:01:14 +0100 Subject: 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 --- mkspecs/features/qt_functions.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkspecs/features/qt_functions.prf b/mkspecs/features/qt_functions.prf index 32877dda89..7777e615bd 100644 --- a/mkspecs/features/qt_functions.prf +++ b/mkspecs/features/qt_functions.prf @@ -13,7 +13,7 @@ defineReplace(qtPlatformTargetSuffix) { } } } - macos { + darwin { CONFIG(debug, debug|release) { !debug_and_release|build_pass: \ return($${suffix}_debug) -- cgit v1.2.3