mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:53:24 +00:00
MXE build: better logical grouping
This just makes more sense in which variables go with which code. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
26879bffcc
commit
0021f24eef
1 changed files with 6 additions and 6 deletions
|
@ -261,11 +261,6 @@ $BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/plugins/platforms \
|
||||||
$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/plugins/geoservices \
|
$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/plugins/geoservices \
|
||||||
$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/plugins/printsupport"
|
$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/plugins/printsupport"
|
||||||
|
|
||||||
# for some reason we aren't installing Qt5Xml.dll and Qt5Location.dll
|
|
||||||
# I need to figure out why and fix that, but for now just manually copy that as well
|
|
||||||
EXTRA_MANUAL_DEPENDENCIES="$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/bin/Qt5Xml$DLL_SUFFIX.dll \
|
|
||||||
$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/bin/Qt5Location$DLL_SUFFIX.dll"
|
|
||||||
|
|
||||||
STAGING_DIR=$BUILDDIR/subsurface/staging
|
STAGING_DIR=$BUILDDIR/subsurface/staging
|
||||||
STAGING_TESTS_DIR=$BUILDDIR/subsurface/staging_tests
|
STAGING_TESTS_DIR=$BUILDDIR/subsurface/staging_tests
|
||||||
|
|
||||||
|
@ -291,6 +286,11 @@ do
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# for some reason we aren't installing Qt5Xml.dll and Qt5Location.dll
|
||||||
|
# I need to figure out why and fix that, but for now just manually copy that as well
|
||||||
|
EXTRA_MANUAL_DEPENDENCIES="$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/bin/Qt5Xml$DLL_SUFFIX.dll \
|
||||||
|
$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/bin/Qt5Location$DLL_SUFFIX.dll"
|
||||||
|
|
||||||
for f in $EXTRA_MANUAL_DEPENDENCIES
|
for f in $EXTRA_MANUAL_DEPENDENCIES
|
||||||
do
|
do
|
||||||
cp $f $STAGING_DIR
|
cp $f $STAGING_DIR
|
||||||
|
|
Loading…
Add table
Reference in a new issue