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 6e1a79601..530678a32 100755 --- a/packaging/windows/mingw-make.sh +++ b/packaging/windows/mingw-make.sh @@ -34,6 +34,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 |