From e2c7a4588251d869377825156a6ecbf11992f014 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 14 Feb 2023 20:18:29 +0200 Subject: [PATCH] Call qmake6 instead. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e318653da..cb955400e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -34,11 +34,11 @@ linux_qt6_task_template: &LINUX_QT6_TASK_TEMPLATE build_script: - uname -a - echo $PATH - - which qmake + - which qmake6 - which qbs - pwd #- ${COMPILER} --version - - qmake --version + - qmake6 --version - qbs --version - qbs setup-toolchains --detect - qbs setup-qt /usr/bin/qmake6 qt6