From c465ec586c04b524c22e30965441698f91b54656 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 26 Aug 2017 15:12:43 -0700 Subject: On Fedora, qmake is qmake-qt5 Signed-off-by: Dirk Hohndel --- scripts/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index d1f7b1fad..cf58b659a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -136,7 +136,9 @@ echo Building in $SRC, installing in $INSTALL_ROOT if [ ! -z $CMAKE_PREFIX_PATH ] ; then QMAKE=$CMAKE_PREFIX_PATH/../../bin/qmake else - QMAKE=qmake + hash qmake > /dev/null && QMAKE=qmake + [ -z $QMAKE ] && hash qmake-qt5 > /dev/null && QMAKE=qmake-qt5 + [ -z $QMAKE ] && echo "cannot find qmake" && exit 1 fi # on Debian and Ubuntu based systems, the private QtLocation and -- cgit v1.2.3-70-g09d2