Upgrade Linux builds on AppVeyor to Qt6

Qt6.8.3 with Qt6 video
This commit is contained in:
Alejandro Martinez
2025-08-16 11:27:03 -03:00
parent f49849b445
commit 03b0473697
4 changed files with 5 additions and 14 deletions

View File

@@ -67,8 +67,9 @@ init:
- sh: >-
if $CI_LINUX; then
export OS_NAME=linux
# Setup QT 5.15
export QTDIR=$HOME/Qt/5.15/gcc_64
# Setup QT 6.8
export QTDIR=$HOME/Qt/6.8
export LD_LIBRARY_PATH=$QTDIR:$LD_LIBRARY_PATH
export PATH=$QTDIR/bin:$PATH
qmake --version
else