mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
[ci/windows] fix CMake prefix path
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
cc9c3dd5a3
commit
fa423c68e8
3 changed files with 3 additions and 3 deletions
|
@ -4,4 +4,4 @@ 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"
|
||||
export PATH="${PATH};$QTDIR/bin"
|
Loading…
Add table
Add a link
Reference in a new issue