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 1c94ff963..d34da5084 100755 --- a/packaging/windows/mingw-make.sh +++ b/packaging/windows/mingw-make.sh @@ -32,6 +32,7 @@ if [[ $1 == "Qt5-64" ]] ; then LIBMARBLEDEVEL=../marble \ LIBGIT2DEVEL=../libgit2 CONFIG+=libgit21-api \ QMAKE_LIBDIR+=../openssl \ + CONFIG+=win64target \ $BASEDIR/../../subsurface.pro elif [[ $1 == "Qt5" ]] ; then |