Skip to content

Commit

Permalink
Windows update Script to use Qt 6.7.3. (#568)
Browse files Browse the repository at this point in the history
Windows Multicore build for qmake.

Signed-off-by: Alexander Wenzel <[email protected]>
  • Loading branch information
alexmucde authored Oct 16, 2024
1 parent 7a6700e commit e150401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo *** Setting up environment ***

REM Currently tested combinations by Qt installation
REM 5.15.2 msvc2019
REM 6.7.2 msvc2019
REM 6.7.3 msvc2019

if "%QTNO%"=="" (
set QTNO=6
Expand All @@ -16,7 +16,7 @@ if "%QTVER%"=="" (
if "%QTNO%"=="5" (
set QTVER=5.15.2
) else (
set QTVER=6.7.2
set QTVER=6.7.3
)
)

Expand Down
1 change: 1 addition & 0 deletions build_sdk_windows_qt5_MSVC_qmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ if %ERRORLEVEL% NEQ 0 GOTO ERROR_HANDLER
qmake ../BuildDltViewer.pro
if %ERRORLEVEL% NEQ 0 GOTO ERROR_HANDLER

set CL=/MP
nmake
if %ERRORLEVEL% NEQ 0 GOTO ERROR_HANDLER

Expand Down

0 comments on commit e150401

Please sign in to comment.