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 c66e716 commit e0d0e77Copy full SHA for e0d0e77
Installer/copy_build.cmd
@@ -9,7 +9,8 @@ IF %1 == x86 (
9
IF %1 == x64 (
10
set archPath=x64
11
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
12
- set qtPath=%~dp0..\..\Qt\6.3.1\msvc2019_64
+REM set qtPath=%~dp0..\..\Qt\6.3.1\msvc2019_64
13
+ set qtPath=%~dp0..\..\Qt\5.15.2\msvc2019_64
14
set instPath=%~dp0\SbiePlus_x64
15
)
16
IF %1 == ARM64 (
0 commit comments