mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
MXE build: small tweaks
While this should be fixed in cmake, for now just manuallt get libssrfmarblewidget.dll and QtXml.dll in place Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e66f0895c6
commit
3b15ab5f28
1 changed files with 7 additions and 0 deletions
|
@ -297,6 +297,8 @@ fi
|
|||
# finally, Subsurface
|
||||
|
||||
cd $BUILDDIR
|
||||
|
||||
# first copy the Qt plugins in place
|
||||
mkdir -p subsurface/staging/plugins
|
||||
cd subsurface/staging/plugins
|
||||
cp -a $BASEDIR/mxe/usr/i686-w64-mingw32.shared/qt5/plugins/iconengines .
|
||||
|
@ -304,6 +306,11 @@ cp -a $BASEDIR/mxe/usr/i686-w64-mingw32.shared/qt5/plugins/imageformats .
|
|||
cp -a $BASEDIR/mxe/usr/i686-w64-mingw32.shared/qt5/plugins/platforms .
|
||||
cp -a $BASEDIR/mxe/usr/i686-w64-mingw32.shared/qt5/plugins/printsupport .
|
||||
|
||||
# for some reason we aren't installing libssrfmarblewidget.dll and # Qt5Xml.dll
|
||||
# I need to figure out why and fix that, but for now just manually copy that as well
|
||||
cp $BASEDIR/mxe/usr/i686-w64-mingw32.shared/lib/libssrfmarblewidget.dll $BUILDDIR/subsurface/staging
|
||||
cp $BASEDIR/mxe/usr/i686-w64-mingw32.shared/qt5/bin/Qt5Xml.dll $BUILDDIR/subsurface/staging
|
||||
|
||||
cd $BUILDDIR/subsurface
|
||||
|
||||
if [[ "$1" == "qmake" ]] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue