Skip to content

Instantly share code, notes, and snippets.

View aportale's full-sized avatar

Alessandro Portale aportale

View GitHub Profile
@aportale
aportale / qt-ci-fetcher.cmake
Last active February 14, 2020 15:00
Qt CI fetcher
set(qt_version 5.15.0)
string(REPLACE "." "" qt_version_dotless "${qt_version}")
if (WIN32)
set(url_os "windows_x86")
if (MINGW)
set(qt_package_arch_suffix "win64_mingw73")
set(qt_dir_prefix "${qt_version}/mingw73_64")
set(qt_package_suffix "-Windows-Windows_10-Mingw73-Windows-Windows_10-X86_64")
else()
set(qt_package_arch_suffix "win64_msvc2017_64")