installer done, wip recipe cleanup

This commit is contained in:
Hane 2025-01-12 23:16:36 +01:00
commit 95e117397a
7 changed files with 171 additions and 100 deletions

View file

@ -1,3 +1,4 @@
taskkill /F /IM "qtest.exe"
qmake -o build\Makefile .\qtest.pro
mingw32-make.exe -C .\build -f Makefile
qmake -o build\Makefile .\qtest.pro
mingw32-make.exe -C .\build -f Makefile.Release
mingw32-make.exe -C .\build -f Makefile.Debug