diff --git a/qmake-static b/qmake-static index 754ab86..220a43e 100644 --- a/qmake-static +++ b/qmake-static @@ -5,7 +5,7 @@ if [ "${QMAKE_FORCE_ALL_STATIC}" == "YES" ]; then else QMAKE_XSPEC=$(qmake -query QMAKE_XSPEC) if [ "${QMAKE_XSPEC}" == "win32-clang-g++" ]; then - qmake "$@" + qmake "$@" LIBS+=-static elif [ "${QMAKE_XSPEC}" == "win32-g++" ]; then qmake "$@" LIBS+=-static-libgcc LIBS+=-static-libstdc++ else