Skip to content

Commit

Permalink
Support Qt6 only. (#397)
Browse files Browse the repository at this point in the history
Remove Qt5 support.

Signed-off-by: Alexander Wenzel <[email protected]>
  • Loading branch information
alexmucde authored and hannesa2 committed Jul 30, 2024
1 parent 75a1f86 commit 9239d9e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if "%QTNO%"=="" (

if "%QTVER%"=="" (
if "%QTNO%"=="5" (
set QTVER=5.15.2
set QTVER=5.15.2
) else (
set QTVER=6.7.2
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call build_sdk_windows_qt5_MSVC_cmake.bat
call build_sdk_windows_MSVC_cmake.bat
SET RETCODE=%ERRORLEVEL%
set /p name= Continue
exit /b %RETCODE%
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call build_sdk_windows_qt5_MSVC.bat
call build_sdk_windows_MSVC.bat
SET RETCODE=%ERRORLEVEL%
set /p name= Continue
exit /b %RETCODE%

0 comments on commit 9239d9e

Please sign in to comment.