build.sh: remove googlemaps .qmake.conf hack

This needed to be fixed in googlemaps instead.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-11-24 12:35:12 -08:00
parent ceb642fbdb
commit a240787c42

View file

@ -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