CMake: Enable qemu armv7 configuration for all repos

Task-number: QTBUG-83968
Change-Id: I0aca9b5ff53b8383001030dc7f7555cc5aaf2be8
Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
Alexandru Croitor 2020-07-09 10:33:11 +02:00
parent 61d6a120dc
commit 94f091907e
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version: 2 Version: 2
Include: [ Include: [
cmake_platforms_qemu.yaml,
cmake_platforms_target_android_host_linux.yaml, cmake_platforms_target_android_host_linux.yaml,
cmake_platforms_target_android_host_macos.yaml, cmake_platforms_target_android_host_macos.yaml,
cmake_platforms_target_android_host_windows.yaml cmake_platforms_target_android_host_windows.yaml

View File

@ -1,5 +1,5 @@
Version: 2 Version: 2
Include: [cmake_platforms.yaml, cmake_platforms_qemu.yaml] Include: [cmake_platforms.yaml]
Configurations: Configurations:
- -
Template: 'qtci-linux-openSUSE-15.1-x86_64' Template: 'qtci-linux-openSUSE-15.1-x86_64'

View File

@ -1,3 +1,3 @@
Version: 2 Version: 2
Include: [cmake_platforms.yaml, cmake_platforms_qemu.yaml] Include: [cmake_platforms.yaml]
Configurations: [] Configurations: []