diff --git a/build_ios.sh b/build_ios.sh index ba51332a9d80d44860cfd382f72ebcd559f38408..f2e1a497a701950cdba8b4bd7fcc4bec0cc0dcc2 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -5,10 +5,10 @@ if [ ! -d /Volumes/RAMDisk ] ; then exit 1 fi #-- Set to my local installation -QMAKE=/Users/gus/Applications/Qt/5.7/ios/bin/qmake +QMAKE=/Users/gus/Applications/Qt/5.11.0/ios/bin/qmake #-- Using Travis variables as this will eventually live there SHADOW_BUILD_DIR=/Volumes/RAMDisk/build-qgroundcontrol-iOS-Release -TRAVIS_BUILD_DIR=/Users/gus/github/work/qgroundcontrol +TRAVIS_BUILD_DIR=/Users/gus/github/work/UpstreamQGC #-- Build it mkdir -p ${SHADOW_BUILD_DIR} && cd ${SHADOW_BUILD_DIR} &&