4 lines
186 B
Batchfile
4 lines
186 B
Batchfile
qmake -o build\Makefile .\qtest.pro
|
|
copy /Y /B .\assets\SoundVolumeView.exe .\build\debug
|
|
copy /Y /B .\assets\SoundVolumeView.exe .\build\release
|
|
mingw32-make.exe -C .\build -f Makefile
|