From 7bca6e89a438f6df52fd022f881ba6af1f1eea54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 11 Dec 2017 21:44:32 +0100 Subject: Fix qt5 qmake not found on some distributions and todo --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test.sh b/tests/test.sh index d04d380..1302bf4 100644 --- a/tests/test.sh +++ b/tests/test.sh @@ -68,7 +68,7 @@ qtmips_make() { mkdir -p "$BUILD_DIR" local ORIG="$(pwd)" cd "$BUILD_DIR" - /usr/lib64/qt5/bin/qmake "$PROJECT_ROOT" || echo_fail "QtMips qmake failed!" + qtchooser -run-tool=qmake -qt=5 "$PROJECT_ROOT" || echo_fail "QtMips qmake failed!" make "$@" || echo_fail "QtMips build failed! (target: $@)" cd "$ORIG" } -- cgit v1.2.3