You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
246 B
7 lines
246 B
# 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"
|