mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
实现QT6启动器,QT版本有qt5升级到qt6
This commit is contained in:
7
scripts/build_msvc2019.bat
Normal file
7
scripts/build_msvc2019.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
cd %~dp0
|
||||
|
||||
set MSVC_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\amd64
|
||||
|
||||
cd ../#buildmsvc2019
|
||||
"%MSVC_PATH%\MSBuild.exe" ESS.sln /t:Rebuild /p:Configuration=Release
|
||||
11
scripts/cmake_msvc2019.bat
Normal file
11
scripts/cmake_msvc2019.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
cd %~dp0
|
||||
|
||||
cd ..
|
||||
@REM rd /S /Q .build
|
||||
mkdir #buildmsvc2019
|
||||
cd #buildmsvc2019
|
||||
|
||||
@REM Visual Studio 16 2019/Visual Studio 17 2022
|
||||
@REM Win32/x64
|
||||
cmake ../src -G "Visual Studio 16 2019" -A x64
|
||||
Reference in New Issue
Block a user