diff --git a/CMakeLists.txt b/CMakeLists.txt index c608390..572289d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)