summaryrefslogtreecommitdiff
path: root/gui/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gui/build.sh')
-rwxr-xr-xgui/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/build.sh b/gui/build.sh
index 2001119..01d330d 100755
--- a/gui/build.sh
+++ b/gui/build.sh
@@ -53,7 +53,7 @@ then
else
if [ "$QMAKE" == "" ]
then
- QMAKE=`which qmake`
+ QMAKE="$(command -v qmake5 || command -v qmake)"
fi
fi