mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 12:59:12 +02:00
CI: call qmake6 when compiling Qt6 bindings
This commit is contained in:
parent
d0e32a33bc
commit
8b24fca8a9
@ -80,8 +80,8 @@ update-qt6pas-bindings: # build and cache Qt6 Pascal bindings
|
|||||||
stage: prepcaches
|
stage: prepcaches
|
||||||
script:
|
script:
|
||||||
- cd $QT6PAS_SRC
|
- cd $QT6PAS_SRC
|
||||||
- qmake -query
|
- qmake6 -query
|
||||||
- qmake
|
- qmake6
|
||||||
- make
|
- make
|
||||||
cache:
|
cache:
|
||||||
key: qt6pas-cache-$CI_COMMIT_REF_SLUG
|
key: qt6pas-cache-$CI_COMMIT_REF_SLUG
|
||||||
|
Loading…
Reference in New Issue
Block a user