mirror of
https://gitlab.com/Syping/qt5-llvm-mingw-docker.git
synced 2025-12-04 19:01:47 +01: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
8
static/qmake-static
Executable file
8
static/qmake-static
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
QMAKE_XSPEC=$(qmake -query QMAKE_XSPEC)
|
||||
if [ "${QMAKE_XSPEC}" == "win32-g++" ]; then
|
||||
qmake "$@" LIBS+=-static-libgcc LIBS+=-static-libstdc++
|
||||
else
|
||||
qmake "$@" LIBS+=-static
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue