summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/download_qt.cmake
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/download_qt.cmake')
-rw-r--r--.gitlab/ci/download_qt.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/download_qt.cmake b/.gitlab/ci/download_qt.cmake
index c7e3717..4a33f12 100644
--- a/.gitlab/ci/download_qt.cmake
+++ b/.gitlab/ci/download_qt.cmake
@@ -50,8 +50,8 @@ if (qt_platform STREQUAL "windows_x86")
elseif (qt_platform STREQUAL "mac_x64")
if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "package")
list(APPEND qt_files
- "qt-5.6.2-macosx10.7-x86_64.tar.xz")
- set(qt_subdir "qt-5.6.2-macosx10.7-x86_64")
+ "qt-5.9.9-macosx10.10-x86_64-arm64.tar.xz")
+ set(qt_subdir "qt-5.9.9-macosx10.10-x86_64-arm64")
else ()
set(qt_build_stamp "202009071110")
set(qt_file_name_prefix "${qt_version}-0-${qt_build_stamp}")