From e7d275ca1692fe2cc3bf9c63b57c89be028ed37d Mon Sep 17 00:00:00 2001
From: Simon Detheridge <simon@widgit.com>
Date: Thu, 3 Dec 2015 11:46:54 +0000
Subject: [PATCH] Fix incorrect syntax in qmake variable assignment

---
 Builds/QtCreator/build_all.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 Builds/QtCreator/build_all.sh

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