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
No related merge requests found
...@@ -53,7 +53,7 @@ then ...@@ -53,7 +53,7 @@ then
else else
if [ "$QMAKE" == "" ] if [ "$QMAKE" == "" ]
then then
QMAKE=`which qmake` QMAKE="$(command -v qmake5 || command -v qmake)"
fi fi
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