Skip to content
Snippets Groups Projects
Unverified Commit 8880485b authored by Nowa Ammerlaan's avatar Nowa Ammerlaan
Browse files

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

parent 748852b2
No related branches found
No related tags found
1 merge request!156gui/build.sh: also find qmake if it is named qmake5
......@@ -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