diff options
Diffstat (limited to 'packaging/windows/mingw-make.sh')
-rwxr-xr-x | packaging/windows/mingw-make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/mingw-make.sh b/packaging/windows/mingw-make.sh index d34da5084..578847c4c 100755 --- a/packaging/windows/mingw-make.sh +++ b/packaging/windows/mingw-make.sh @@ -33,6 +33,7 @@ if [[ $1 == "Qt5-64" ]] ; then LIBGIT2DEVEL=../libgit2 CONFIG+=libgit21-api \ QMAKE_LIBDIR+=../openssl \ CONFIG+=win64target \ + CONFIG+=brokenQt532win \ $BASEDIR/../../subsurface.pro elif [[ $1 == "Qt5" ]] ; then |