mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Set the VCPKG_INSTALLED_DIR, VCPKG_HOST_TRIPLET, VCPGK_TARGET_TRIPLET environment variables after vcpkg ports installation. These variables will be used when building Qt modules to setup the correct build environment. Change-Id: I3a625f4ef089b5da676b96a5bebaacfb09112ee4 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
15 lines
557 B
YAML
15 lines
557 B
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'opensuse-15.6-host-asan'
|
|
Template: 'qtci-linux-openSUSE-15.6-x86_64-51'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure', 'UseAddressSanitizer']
|
|
Configure arguments: '-nomake examples -developer-build'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
|
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
]
|