From a240787c426ee74013dad983616de2ab4a0a01a9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <dirk@hohndel.org> Date: Fri, 24 Nov 2017 12:35:12 -0800 Subject: [PATCH] build.sh: remove googlemaps .qmake.conf hack This needed to be fixed in googlemaps instead. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> --- scripts/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index d10f07e52..6b214a866 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -451,12 +451,6 @@ if [ "$SKIP_GOOGLEMAPS" != "1" ] ; then git checkout master git pull --rebase - if [ $PLATFORM = "Darwin" ] ; then - # remove the qt_build_config from .qmake.conf as that fails on Travis - mv .qmake.conf .qmake.conf.bak - cat .qmake.conf.bak | sed -e 's/.*qt_build_config.*//' > .qmake.conf - fi - mkdir -p build cd build $QMAKE -query