Add aocc support to qt (#43400)

This commit is contained in:
Alex Richert 2024-03-27 16:23:45 -07:00 committed by GitHub
parent a2f3e98ab9
commit b8f633246a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,6 +282,7 @@ class Qt(Package):
"intel": ("icc",),
"apple-clang": ("clang-libc++", "clang"),
"clang": ("clang-libc++", "clang"),
"aocc": ("clang-libc++", "clang"),
"fj": ("clang",),
"gcc": ("g++",),
}