4 lines
159 B
Batchfile
4 lines
159 B
Batchfile
taskkill /F /IM "qtest.exe"
|
|
qmake -o build\Makefile .\qtest.pro
|
|
mingw32-make.exe -C .\build -f Makefile.Release
|
|
mingw32-make.exe -C .\build -f Makefile.Debug
|