mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-25 23:37:52 -05:00
Use QMakeSpec env instead of -spec
This commit is contained in:
parent
39ef3513e7
commit
e46f07f927
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -124,7 +124,8 @@ jobs:
|
||||||
- name: Run Qmake
|
- name: Run Qmake
|
||||||
env:
|
env:
|
||||||
QTDIR: ../Qt/6.9.0
|
QTDIR: ../Qt/6.9.0
|
||||||
run: qmake.exe -o Makefile porymap.pro -spec win32-g++ "CONFIG+=qtquickcompiler"
|
QMAKESPEC: ../Qt/6.9.0/mkspecs/win32-g++
|
||||||
|
run: qmake.exe -o Makefile porymap.pro "CONFIG+=qtquickcompiler"
|
||||||
|
|
||||||
- name: Add mingw to PATH
|
- name: Add mingw to PATH
|
||||||
run: echo "$env:GITHUB_WORKSPACE/../mingw1310_64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
run: echo "$env:GITHUB_WORKSPACE/../mingw1310_64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user