Files
energy_storage/scripts/windeployqt.bat

7 lines
186 B
Batchfile
Raw Normal View History

2025-05-19 09:54:33 +08:00
cd %~dp0
cd /d ..\bin\Debug
2025-08-19 17:16:54 +08:00
D:\Programs\Qt5.15.2\5.15.2\msvc2019\bin\Debug\windeployqt.exe EES.exe
2025-05-19 09:54:33 +08:00
cd /d ..\bin\Release
2025-08-19 17:16:54 +08:00
D:\Programs\Qt5.15.2\5.15.2\msvc2019\bin\windeployqt.exe EES.exe