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:
parent
2172e1ba6f
commit
55b51d0bae
10 changed files with 77 additions and 42 deletions
shared
10
shared/mingw64-qt-cmake
Executable file
10
shared/mingw64-qt-cmake
Executable 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" \
|
||||
"$@"
|
Loading…
Add table
Add a link
Reference in a new issue