Skip to content

Commit

Permalink
Build debugger with Qt 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Oct 5, 2023
1 parent ec0c450 commit 2f17c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (NOT BN_INTERNAL_BUILD)
if(WIN32)
set(MSVC_VERSION msvc2022_64 CACHE STRING "Version of MSVC Qt is built with" )
endif()
set(QT_VERSION 6.4.3 CACHE STRING "Version of Qt to use")
set(QT_VERSION 6.5.3 CACHE STRING "Version of Qt to use")

if(NOT CMAKE_PREFIX_PATH)
if(APPLE)
Expand Down

0 comments on commit 2f17c81

Please sign in to comment.