mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-17 18:46:13 +08:00
Change-Id: Iee721367772f64a956bf421a8564845506138c33 Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Alexey Edelev <semlanik@gmail.com>
14 lines
386 B
CMake
14 lines
386 B
CMake
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
|
set(VCPKG_OSX_ARCHITECTURES arm64)
|
|
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
|
|
|
# Default settings of the triplet from the official vcpkg registry
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
|
|
# Qt custom per-port customizations
|
|
if(PORT MATCHES "openssl")
|
|
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
|
set(VCPKG_FIXUP_ELF_RPATH ON)
|
|
endif()
|