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:
parent
5ba4cc8dcb
commit
748d515fbf
@ -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.
Loading…
Reference in New Issue
Block a user