1
0
Fork 0
mirror of https://gitlab.com/Syping/qt5-llvm-mingw-docker.git synced 2025-07-24 11:51:58 +02:00

Update Clang to 11.0.1

This commit is contained in:
Syping 2021-02-17 22:48:08 +01:00
parent 2172e1ba6f
commit 55b51d0bae
10 changed files with 77 additions and 42 deletions

10
shared/mingw64-qt-cmake Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
cmake \
"-DCMAKE_SYSTEM_NAME=Windows" \
"-DCMAKE_SYSTEM_PROCESSOR=amd64" \
"-DCMAKE_C_COMPILER=x86_64-w64-mingw32-clang" \
"-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-clang++" \
"-DCMAKE_RC_COMPILER=x86_64-w64-mingw32-windres" \
"-DCMAKE_PREFIX_PATH=/usr/local/lib/x86_64-w64-mingw32/qt5" \
"$@"