Skip to content

Commit

Permalink
Search for qmake-qt5 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Nov 23, 2013
1 parent 8114c05 commit 92c4260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ elif qmake -v 2>/dev/null
then
QMAKE=`which qmake`
echo "Using $QMAKE"
elif qmake-qt5 -v 2>/dev/null
then
QMAKE=`which qmake-qt5`
echo "Using $QMAKE"
elif qmake-qt4 -v 2>/dev/null
then
QMAKE=`which qmake-qt4`
Expand Down

0 comments on commit 92c4260

Please sign in to comment.