3 lines
104 B
Batchfile
3 lines
104 B
Batchfile
taskkill /F /IM "qtest.exe"
|
|
qmake -o build\Makefile .\qtest.pro
|
|
mingw32-make.exe -C .\build -f Makefile
|