initial commit
This commit is contained in:
9
scripts/build.bat
Normal file
9
scripts/build.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user