CI: call qmake6 when compiling Qt6 bindings

This commit is contained in:
Maxim Ganetsky 2022-11-12 03:44:35 +03:00
parent d0e32a33bc
commit 8b24fca8a9

View File

@ -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