Changed MacOS CI to match new split of qt between proprietary and opensource versions

This commit is contained in:
Peio Rigaux 2025-09-29 18:23:35 +02:00
parent 9aefe95124
commit 6a5a2f02a6

View file

@ -5,9 +5,9 @@
.build_all_script: &build_all_script |
ccache -s
export Qt6_DIR=~/Qt/$QT_MAC_VER/lib/cmake/Qt6
export Qt6_DIR=~/Qt/${QT_OPEN_SOURCE_DIRECTORY:-proprietary}/$QT_MAC_VER/lib/cmake/Qt6
echo $Qt6_DIR
export PATH=~/Qt/$QT_MAC_VER/bin:$PATH
export PATH=~/Qt/${QT_OPEN_SOURCE_DIRECTORY:-proprietary}/$QT_MAC_VER/bin:$PATH
echo $PATH
if [ -d "build" ]; then rm -rf build; fi;
mkdir -p build/OUTPUT