mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
[ci] fix windows environment variables
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
a1087ddec8
commit
cc9c3dd5a3
6 changed files with 11 additions and 125 deletions
7
.ci/windows/qt-envvars.sh
Executable file
7
.ci/windows/qt-envvars.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue