From ea55cee42413c2e8108ca2a3a985abb106e3ab41 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 3 Jan 2025 14:01:52 -0500 Subject: Update to Qt 6.8.2 --- view/sharedcache/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache') diff --git a/view/sharedcache/CMakeLists.txt b/view/sharedcache/CMakeLists.txt index 89cbd820..07c58514 100644 --- a/view/sharedcache/CMakeLists.txt +++ b/view/sharedcache/CMakeLists.txt @@ -16,7 +16,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.7.2 CACHE STRING "Version of Qt to use") + set(QT_VERSION 6.8.2 CACHE STRING "Version of Qt to use") if(NOT CMAKE_PREFIX_PATH) if(APPLE) -- cgit v1.3.1