Browse Source

Add qmake and make versions to build.sh output

custom_themes
Duke 1 year ago
parent
commit
1cf1bb17dd
  1. 4
      build.sh

4
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

Loading…
Cancel
Save