Call qmake6 instead.

This commit is contained in:
Roman Telezhynskyi 2023-02-14 20:18:29 +02:00
parent 92faf02020
commit e2c7a45882

View file

@ -34,11 +34,11 @@ linux_qt6_task_template: &LINUX_QT6_TASK_TEMPLATE
build_script: build_script:
- uname -a - uname -a
- echo $PATH - echo $PATH
- which qmake - which qmake6
- which qbs - which qbs
- pwd - pwd
#- ${COMPILER} --version #- ${COMPILER} --version
- qmake --version - qmake6 --version
- qbs --version - qbs --version
- qbs setup-toolchains --detect - qbs setup-toolchains --detect
- qbs setup-qt /usr/bin/qmake6 qt6 - qbs setup-qt /usr/bin/qmake6 qt6