mxe-based-build.sh: copy a googlemaps plugin instead of esri

This would work only if the folder:
$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/plugins/geoservices
contains such a file.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-08-02 23:37:00 +03:00
parent ca37301cb5
commit e05abca7e0

View file

@ -273,7 +273,7 @@ do
mkdir -p $STAGING_TESTS_DIR/$(basename $d) mkdir -p $STAGING_TESTS_DIR/$(basename $d)
for f in $d/* for f in $d/*
do do
if [[ "$d" =~ geoservice ]] && [[ ! "$f" =~ esri ]] ; then if [[ "$d" =~ geoservice ]] && [[ ! "$f" =~ googlemaps ]] ; then
continue continue
fi fi
if [[ "$RELEASE" == "Release" ]] && ([[ ! -f ${f//d.dll/.dll} || "$f" == "${f//d.dll/.dll}" ]]) ; then if [[ "$RELEASE" == "Release" ]] && ([[ ! -f ${f//d.dll/.dll} || "$f" == "${f//d.dll/.dll}" ]]) ; then