diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-01-03 14:01:52 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-02-04 14:11:40 -0500 |
| commit | ea55cee42413c2e8108ca2a3a985abb106e3ab41 (patch) | |
| tree | 9c7e6c08f741cbffd9d022cd794db975c8572783 /view/sharedcache | |
| parent | ef4bb06a53185328870c4288080bbf2068baa9b6 (diff) | |
Update to Qt 6.8.2
Diffstat (limited to 'view/sharedcache')
| -rw-r--r-- | view/sharedcache/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
