From 8b24fca8a96cbd2f0c79d90cdb041019a7194bff Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Sat, 12 Nov 2022 03:44:35 +0300 Subject: [PATCH] CI: call qmake6 when compiling Qt6 bindings --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ddc7c1943..c2a5323a8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,8 +80,8 @@ update-qt6pas-bindings: # build and cache Qt6 Pascal bindings stage: prepcaches script: - cd $QT6PAS_SRC - - qmake -query - - qmake + - qmake6 -query + - qmake6 - make cache: key: qt6pas-cache-$CI_COMMIT_REF_SLUG