Skip to content
Snippets Groups Projects
Commit 6a359b11 authored by Sam Whited's avatar Sam Whited
Browse files

Merge branch 'main' into 'main'

gui/build.sh: also find qmake if it is named qmake5

See merge request !156
parents 748852b2 8880485b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ then
else
if [ "$QMAKE" == "" ]
then
QMAKE=`which qmake`
QMAKE="$(command -v qmake5 || command -v qmake)"
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment