[ci] fix windows environment variables

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-06-28 23:13:20 -04:00
parent a1087ddec8
commit cc9c3dd5a3
No known key found for this signature in database
GPG key ID: A5A7629F109C8FD1
6 changed files with 11 additions and 125 deletions

7
.ci/windows/qt-envvars.sh Executable file
View file

@ -0,0 +1,7 @@
# This is specific to the CI runner and is unlikely to work on your machine.
QTDIR="/c/Qt/6.9.0/msvc2022_64"
export QT_ROOT_DIR="$QTDIR"
export QT_PLUGIN_PATH="$QTDIR/plugins"
export QML2_IMPORT_PATH="$QTDIR/qml"
export PATH="${PATH}:$QTDIR/bin"