Extend tests in new json config file to cover UIKIT platforms
Replace ios tests with uikit to include tvos Change-Id: Ifc67d556a2b3b24532d0f87b12599420f895ddbd Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
3f1e8d85cc
commit
a8cf3b0257
@ -957,7 +957,7 @@
|
||||
"features": {
|
||||
"shared": {
|
||||
"description": "Building shared libraries",
|
||||
"condition": "!config.ios && !config.integrity",
|
||||
"condition": "!config.uikit && !config.integrity",
|
||||
"output": [
|
||||
"shared",
|
||||
"publicQtConfig",
|
||||
@ -1047,7 +1047,7 @@
|
||||
},
|
||||
"simulator_and_device": {
|
||||
"description": "Build for both simulator and device",
|
||||
"condition": "config.ios && input.sdk == ''",
|
||||
"condition": "config.uikit && input.sdk == ''",
|
||||
"output": [ "publicQtConfig" ]
|
||||
},
|
||||
"build_all": {
|
||||
@ -1198,7 +1198,7 @@
|
||||
},
|
||||
"precompile_header": {
|
||||
"description": "Using precompiled headers",
|
||||
"condition": "!config.ios && tests.precompile_header",
|
||||
"condition": "!config.uikit && tests.precompile_header",
|
||||
"output": [
|
||||
"privateConfig",
|
||||
{ "type": "varRemove", "negative": true, "name": "CONFIG", "value": "'precompile_header'" }
|
||||
|
Loading…
Reference in New Issue
Block a user