We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cf7dc commit a32424eCopy full SHA for a32424e
cmake-vs2019-64bit.bat renamed to cmake-vs2019-win64.bat
@@ -2,5 +2,5 @@ REM cd ..
2
del /s /q build
3
mkdir build
4
cd build
5
-cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\msvc2015_64" ..
+cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\msvc2019_64" ..
6
pause
0 commit comments