7e27afd88f
... for debugging purposes. this needs to work in every configure run even though the options (currently) come from qtbase's global scope. this is accomplished by automatically injecting the test type dependencies declared in the 'builtins' scope (where they generally make no sense whatsoever, because there are no tests there) into other scopes (the first one that has a test of the particular type, specifically). we do that *after* the scope's own test type deps, so it can do its custom stuff first (it can explicitly activate the required features if it depends on some global stuff). Change-Id: I67317da1b55804d39458bdbcf13d39a3e57a13bf Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
32 lines
766 B
JSON
32 lines
766 B
JSON
{
|
|
"files": {
|
|
},
|
|
|
|
"commandline": {
|
|
"options": {
|
|
"v": { "type": "enum", "name": "verbose", "values": { "yes": "true", "no": "false" } },
|
|
"verbose": { "type": "enum", "values": { "yes": "true", "no": "false" } },
|
|
|
|
"continue": "void",
|
|
|
|
"recheck": { "type": "optionalString", "name": "cache_recheck" },
|
|
"recheck-all": { "type": "void", "name": "cache_use", "value": "none" },
|
|
|
|
"redo": { "type": "redo" },
|
|
|
|
"list-features": "void",
|
|
"list-libraries": "void"
|
|
}
|
|
},
|
|
|
|
"testTypeDependencies": {
|
|
"library": [ "library-paths" ]
|
|
},
|
|
|
|
"features": {
|
|
"library-paths": {
|
|
"output": [ "libraryPaths" ]
|
|
}
|
|
}
|
|
}
|