summaryrefslogtreecommitdiff
path: root/.gitlab/ci/download_qt.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-06-10 12:15:57 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2020-06-10 15:57:16 -0400
commit1a995439e56445b22a2f8d71ab15b67891e74f10 (patch)
tree42e52479f6161b9342328981387eed8de31bd503 /.gitlab/ci/download_qt.cmake
parent881c0b86ddeac5e9aaa5b4e438821f5e33398f0b (diff)
downloadcmake-1a995439e56445b22a2f8d71ab15b67891e74f10.tar.gz
ci: add download information for Qt on macOS
Diffstat (limited to '.gitlab/ci/download_qt.cmake')
-rw-r--r--.gitlab/ci/download_qt.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab/ci/download_qt.cmake b/.gitlab/ci/download_qt.cmake
index 2c5854de11..c392b1c4a2 100644
--- a/.gitlab/ci/download_qt.cmake
+++ b/.gitlab/ci/download_qt.cmake
@@ -50,6 +50,16 @@ if (qt_platform STREQUAL "windows_x86")
endforeach ()
set(qt_subdir "${qt_version}/msvc${msvc_year}_64")
+elseif (qt_platform STREQUAL "mac_x64")
+ set(qt_build_stamp "202005140805")
+ set(qt_file_name_prefix "${qt_version}-0-${qt_build_stamp}")
+
+ foreach (qt_component IN ITEMS qtbase)
+ list(APPEND qt_files
+ "${qt_file_name_prefix}${qt_component}-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64.7z")
+ endforeach ()
+
+ set(qt_subdir "${qt_version}/clang_64")
else ()
message(FATAL_ERROR
"Unknown files for ${qt_platform}")