windows build

This commit is contained in:
2025-12-22 22:17:35 -06:00
parent 40580179d1
commit 0d6ab4b88c
3 changed files with 56 additions and 25 deletions

View File

@@ -8,8 +8,7 @@ REM ================================
set BUILD_DIR=build
set CONFIG=Release
REM Update these paths if needed
set QT_ROOT=C:\Qt\6.6.1\msvc2022_64
set QT_ROOT=C:\Qt\6.10.1\msvc2022_64
set RTAUDIO_ROOT=C:\rtaudio
REM ================================
@@ -50,7 +49,7 @@ REM ================================
cd %BUILD_DIR%
windeployqt MyQtApp.exe
windeployqt metabolus.exe
copy "%RTAUDIO_ROOT%\bin\rtaudio.dll" .