LibreCAD / scripts /build-windows.bat
AbdulElahGwaith's picture
Upload folder using huggingface_hub
a5ffdcd verified
call set-windows-env.bat
rem qmake6.exe librecad.pro -r -spec win32-g++
cd ..
cd
dir
mkdir build
cd build
cmake.exe .. -G "Visual Studio 17 2022"
cmake --build . --config Release
rem msbuild /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:OutDir=${{ runner.temp }}\build\ "${{ env.SOLUTION_FILE_PATH }}\QtStockV3.sln"
dir *.exe
if NOT exist Release\LibreCAD.exe (
echo "Building Release\LibreCAD.exe failed!"
exit /b /1
)
set
windeployqt6.exe --release Release\LibreCAD --compiler-runtime
cd
cd scripts
call build-win-setup.bat