github workflow rename qmake to qmake-qt5.exe

This commit is contained in:
Christoph Johannes Kleine 2026-01-07 20:07:57 +01:00
parent 32a3c860ae
commit 8ef3f2bb54
No known key found for this signature in database
GPG key ID: FF75D4DF473093E5
2 changed files with 2 additions and 2 deletions

View file

@ -66,5 +66,5 @@ jobs:
- name: CI-Build
run: |
qmake . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
qmake-qt5.exe . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
mingw32-make -j3

View file

@ -66,5 +66,5 @@ jobs:
- name: CI-Build
run: |
qmake . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
qmake-qt5.exe . -r -spec win32-g++ "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=no_rs_sam3" "CONFIG+=no_rs_sam3_libsam3"
mingw32-make -j3