[qmake] Support for Clang on MinGW

This commit is contained in:
Mat Sutcliffe
2020-01-18 14:14:24 +00:00
parent 08c004e69b
commit dc6382d1bd
3 changed files with 16 additions and 5 deletions

View File

@@ -41,3 +41,8 @@ macx-clang {
# TODO
WORD_SIZE = 64
}
win32-clang-g++ {
# TODO
WORD_SIZE = 64
}