diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-11-13 17:45:30 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-11-25 18:50:42 -0500 |
| commit | 269a58437f9da2d46e7fd49712a555722436d6fb (patch) | |
| tree | 19a17c81dce06466e6abc950e860794d62481859 /view | |
| parent | 0317c1a5c51e623a00249ecdefa0c5dd582e0eb1 (diff) | |
Update to Qt 6.10.1
Diffstat (limited to 'view')
| -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 5fc05608..a163beff 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.8.2 CACHE STRING "Version of Qt to use") + set(QT_VERSION 6.10.1 CACHE STRING "Version of Qt to use") if(NOT CMAKE_PREFIX_PATH) if(APPLE) |
