Skip to content

Commit

Permalink
Update to Qt 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
D0ntPanic committed Jul 19, 2024
1 parent 5399427 commit 142b5ae
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 @@ -13,7 +13,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.6.1 CACHE STRING "Version of Qt to use")
set(QT_VERSION 6.7.2 CACHE STRING "Version of Qt to use")

if(NOT CMAKE_PREFIX_PATH)
if(APPLE)
Expand Down

0 comments on commit 142b5ae

Please sign in to comment.