1
0
forked from BRT/arc

Update build configuration and modify database file

Updated the CMake build instructions to use Visual Studio 2022 with specific platform settings. Additionally, made changes to the database file, though the specifics of the database modification require further review.
This commit is contained in:
slava 2025-06-16 20:56:17 +07:00
parent 5ba4cc8dcb
commit 748d515fbf
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ project(ARCDesktopProject LANGUAGES CXX)
#mkdir build
#cd build
#cmake .. -DCMAKE_PREFIX_PATH="C:/Qt/6.x.x/msvc2019_64" -DCMAKE_BUILD_TYPE=Release
#cmake .. -G "Visual Studio 17 2022" -A x64 -DCMAKE_PREFIX_PATH="C:/Qt/6.9.0/msvc2022_arm64" -DCMAKE_BUILD_TYPE=Release
# -A Win32
#cmake --build . --config Release
#windeployqt .\Release\ARCDesktopProject.exe

Binary file not shown.