Add ID for all targets

All targets should have ID. This way it's easier to refer to needed
target

Change-Id: I0af8399c3a4c436ab1e778ab4396c65ccd3a373b
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 92ae8eb4ca)
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Heikki Halmet
2022-09-08 18:04:36 +03:00
parent 929e64d8ec
commit 7630a1cc57
21 changed files with 128 additions and 96 deletions

View File

@@ -3,7 +3,7 @@ Module only: True
Include: [
cmake_platforms.yaml: [
"Ubuntu-20.04-host",
"Windows10_22H2-MSVC2019-x64-host",
"windows-10_22h2-msvc2019-developer-build",
"ios-universal"
],
macos.yaml: [
@@ -13,10 +13,10 @@ Include: [
"android-arm64-on-macos"
],
cmake_platforms_qemu.yaml: [
"qemu-armv7-on-ubuntu20.04"
"qemu-armv7-developer-build"
],
cmake_platforms_qemu_qnx710.yaml: [
"qnx-x86_64-on-ubuntu20.04"
"qnx-710-x86_64-developer-build-on-linux"
]
]
Configurations: []