Call qmake6 instead.
This commit is contained in:
parent
92faf02020
commit
e2c7a45882
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user