Files
metabalus/scripts/build.bat
2025-12-19 22:42:57 -06:00

10 lines
136 B
Batchfile

rm -r build
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
cmake --build .
C:\Qt\6.10.1\mingw_64\bin\windeployqt.exe HelloQt.exe