mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
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" ]
|
||
|
}
|
||
|
}
|
||
|
}
|