cmake: Add MinGW platform check
Task-number: QTBUG-78167 Change-Id: Id203925d69c5b4d7e0841c0dbdd298269a13f06a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
e9005608ea
commit
d2ae13b75b
|
|
@ -704,6 +704,7 @@ platform_mapping = {
|
|||
"ios": "IOS",
|
||||
"freebsd": "FREEBSD",
|
||||
"openbsd": "OPENBSD",
|
||||
"mingw": "MINGW",
|
||||
"netbsd": "NETBSD",
|
||||
"haiku": "HAIKU",
|
||||
"netbsd": "NETBSD",
|
||||
|
|
|
|||
Loading…
Reference in New Issue