From e05abca7e03953df77bdb46d225c853fe73f55f7 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 2 Aug 2017 23:37:00 +0300 Subject: 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 --- packaging/windows/mxe-based-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index 19fd3c07d..08b742c25 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -273,7 +273,7 @@ do mkdir -p $STAGING_TESTS_DIR/$(basename $d) for f in $d/* do - if [[ "$d" =~ geoservice ]] && [[ ! "$f" =~ esri ]] ; then + if [[ "$d" =~ geoservice ]] && [[ ! "$f" =~ googlemaps ]] ; then continue fi if [[ "$RELEASE" == "Release" ]] && ([[ ! -f ${f//d.dll/.dll} || "$f" == "${f//d.dll/.dll}" ]]) ; then -- cgit v1.2.3-70-g09d2