Browse Source
[ci/windows] fix CMake prefix path
Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
3 changed files with
3 additions and
3 deletions
-
.ci/windows/qt-envvars.sh
-
.github/workflows/build.yml
|
|
|
@ -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" |
|
|
|
@ -72,7 +72,7 @@ jobs: |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./.ci/windows/qt-envvars.sh |
|
|
|
DEVEL=true ./.ci/windows/build.sh |
|
|
|
DEVEL=true ./.ci/windows/build.sh -DCMAKE_PREFIX_PATH="${QT_ROOT_DIR}/lib/cmake/Qt6" |
|
|
|
|
|
|
|
- name: Package artifacts |
|
|
|
shell: bash |
|
|
|
|