Skip to content

Commit

Permalink
build: Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
3unjee committed Sep 18, 2019
1 parent d1e1064 commit 21cd837
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ else
Qt="$external/Qt/$Qt5_version"
fi

qmake="$Qt/bin/qmake"
if [ $windows = true ]; then

qmake="$Qt/bin/qmake"
else
qmake="qmake"
fi

#--------------------------------------------------------------------------------------------------
# Clean
Expand Down

0 comments on commit 21cd837

Please sign in to comment.