eden/.ci/windows/qt-envvars.sh
crueter fa423c68e8
Some checks failed
eden-build / source (push) Successful in 3m44s
eden-build / android (push) Successful in 23m57s
eden-build / linux (push) Successful in 21m26s
eden-build / windows (msvc) (push) Failing after 9m19s
[ci/windows] fix CMake prefix path
Signed-off-by: crueter <swurl@swurl.xyz>
2025-06-28 23:47:02 -04:00

7 lines
No EOL
246 B
Bash
Executable file

# 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"