From 0290c473da2eaec6c8742e759c608846e62df4a5 Mon Sep 17 00:00:00 2001 From: Martin Ribelotta Date: Wed, 3 Jun 2020 21:34:37 -0300 Subject: [PATCH] CI: Fix QTDIR and PATH in scripts Signed-off-by: Martin Ribelotta --- ci/tests-ci.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/tests-ci.sh b/ci/tests-ci.sh index 198291a..96515c3 100644 --- a/ci/tests-ci.sh +++ b/ci/tests-ci.sh @@ -3,6 +3,8 @@ set -x #export QTDIR=$(readlink -f /opt/qt*/) +export QTDIR=$(readlink -f /opt/qt*/5.12.*/gcc_64) + PATH=${QTDIR}/bin:${PATH} export QMAKE=${QTDIR}/bin/qmake