Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mbasaglia/Knotter
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Nov 26, 2013
2 parents 884713b + 92c4260 commit dcb8daf
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 dcb8daf

Please sign in to comment.