diff --git a/build.sh b/build.sh index d1acb70..d513134 100755 --- a/build.sh +++ b/build.sh @@ -29,12 +29,14 @@ then exit 1 fi +qmake --version + if ! command -v make &> /dev/null then echo "make could not be found. Please install it and try again." exit 1 fi - +make --version qbuild () { qmake $CONF -spec linux-clang CONFIG+=debug