cmake scripts: handle aix-g++
Change-Id: I62b9e9fa9aae3350dc8c668a98453c2373c1a709 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
d784864b58
commit
ccdbd32416
@ -1243,6 +1243,7 @@ def map_condition(condition: str) -> str:
|
||||
|
||||
# checking mkspec, predating gcc scope in qmake, will then be replaced by platform_mapping in helper.py
|
||||
condition = condition.replace("*-g++*", "GCC")
|
||||
condition = condition.replace("aix-g++*", "AIX")
|
||||
condition = condition.replace("*-icc*", "ICC")
|
||||
condition = condition.replace("*-clang*", "CLANG")
|
||||
condition = condition.replace("*-llvm", "CLANG")
|
||||
|
Loading…
x
Reference in New Issue
Block a user