diff options
| author | 2014-10-29 15:10:32 -0700 | |
|---|---|---|
| committer | 2014-11-13 10:12:31 -0800 | |
| commit | fbb3d16f515c20f7c4e7f60bd934a4c28907e370 (patch) | |
| tree | e0741e18c204d9b9582b796223a4a573d877bf63 /packaging | |
| parent | 90224c273b41d29802f27a019ffe42aee2c4170f (diff) | |
| download | subsurface-fbb3d16f515c20f7c4e7f60bd934a4c28907e370.tar.gz | |
Ugly hack to work around broken Qt5.3.2 for Windows cross builds
Checking this in to make sure I don't end up creating broken installers
again. I doubt that this is useful for anyone but me - but then, I don't
think anyone but me creates Windows installers.
Background - when Fedora 20 updated the cross-built version of Qt for
Win64 something broke. Subsurfae installed with those DLLs will crash.
Replacing the older 5.3.1 DLLs fixes this for now, so I have a directory
with just those DLLs and simply replace them in the staging directory
before calling makensis.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
| -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 |