mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-03 06:56:17 +08:00
Make vxworks target significant on all ported modules
Pick-to: 6.7 Change-Id: Ic9e6f0d5eddcfd242b935cc2d473df611cc32835 Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
This commit is contained in:
@@ -2,7 +2,6 @@ Version: 2
|
||||
Include: [
|
||||
cmake_platforms_qemu.yaml,
|
||||
cmake_platforms_qemu_qnx710.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml,
|
||||
cmake_platforms_target_android.yaml,
|
||||
cmake_platforms_wasm.yaml,
|
||||
macos.yaml
|
||||
|
||||
@@ -8,7 +8,7 @@ Configurations:
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Platform dependency: 'ubuntu-22.04'
|
||||
Features: ['Packaging', 'VMSize8', 'UseConfigure', 'Insignificant', 'DisableTests']
|
||||
Features: ['Packaging', 'VMSize8', 'UseConfigure', 'DisableTests']
|
||||
Environment variables: [
|
||||
'TARGET_CONFIGURE_ARGS=-release -developer-build -force-debug-info -qpa eglfs -nomake examples',
|
||||
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target'
|
||||
|
||||
@@ -6,6 +6,7 @@ Include: [
|
||||
ios-tests.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
linux_android_tests_multi_abi.yaml,
|
||||
wasm_qtbase_tests.yaml
|
||||
wasm_qtbase_tests.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -4,6 +4,7 @@ Include: [
|
||||
integrity.yaml,
|
||||
ios-tests.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
cmake_platforms_static_tests.yaml
|
||||
cmake_platforms_static_tests.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml
|
||||
cmake_platforms.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Version: 2
|
||||
Include: [cmake_platforms.yaml]
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -2,6 +2,7 @@ Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
integrity.yaml
|
||||
integrity.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -2,6 +2,7 @@ Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
integrity.yaml
|
||||
integrity.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml
|
||||
cmake_platforms.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
integrity.yaml
|
||||
integrity.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml
|
||||
cmake_platforms.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -2,6 +2,7 @@ Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
integrity.yaml
|
||||
integrity.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -2,6 +2,7 @@ Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml,
|
||||
integrity.yaml
|
||||
integrity.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml
|
||||
cmake_platforms.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
||||
Reference in New Issue
Block a user