diff --git a/Builds/QtCreator/build_all.sh b/Builds/QtCreator/build_all.sh old mode 100644 new mode 100755 index 11af667..a6b701b --- a/Builds/QtCreator/build_all.sh +++ b/Builds/QtCreator/build_all.sh @@ -4,7 +4,7 @@ REBUILD='' NVIDIA='' NATIVE='' CONCURRENCY='-j4' -QMAKE=${QMAKE:/usr/bin/qmake} +QMAKE=${QMAKE:-/usr/bin/qmake} RELEASE='CONFIG+=release CONFIG-=debug' while test $# -gt 0