From 5f621d60b536e902018852fea8b42aa9380904d7 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 8 Dec 2023 13:49:26 -0500 Subject: [PATCH] Update to Qt 6.6.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 572289d..7e8036a 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.5.3 CACHE STRING "Version of Qt to use") + set(QT_VERSION 6.6.1 CACHE STRING "Version of Qt to use") if(NOT CMAKE_PREFIX_PATH) if(APPLE)