mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Change Windows 10 22h2 x86_64 tier-1 template -52 -> -53, where Windows SDK 10.0.26100.1742 is installed. Task-number: COIN-1206 Change-Id: Ia78f8d3b67c3aa546a4f47ad503f44782722631f Reviewed-by: Michal Klocek <michal.klocek@qt.io>
22 lines
774 B
YAML
22 lines
774 B
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml: [
|
|
windows-10_22h2-msvc2019-developer-build
|
|
]
|
|
]
|
|
Configurations:
|
|
-
|
|
Id: 'qnx-710-arm64-on-windows'
|
|
Template: 'qtci-windows-10_22H2-x86_64-53'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'arm64'
|
|
Compiler: 'MSVC2019'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'windows-10_22h2-msvc2019-developer-build'
|
|
Features: ['DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples -no-pch',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}\qnx-toolchain-aarch64le.cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -G "Ninja"',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON'
|
|
]
|