blob: c969b863ad17eecc0f86739763d6752a1e1ae2a9 [file] [log] [blame]
{
"module": "serialport",
"condition": "!config.integrity && !config.vxworks && !config.winrt && !config.uikit && !config.wasm",
"depends": [
"core"
],
"tests": {
"ntddmodm": {
"label": "ntddmodm",
"type": "compile",
"test": {
"include": [ "windows.h", "ntddmodm.h"],
"main": [
"GUID guid = GUID_DEVINTERFACE_MODEM;"
]
}
}
},
"features": {
"ntddmodm": {
"label": "ntddmodm",
"disable": "input.ntddmodm == 'no'",
"condition": "tests.ntddmodm",
"output": [
"privateFeature",
{ "type": "define", "negative": true, "name": "QT_NO_REDEFINE_GUID_DEVINTERFACE_MODEM" }
]
}
},
"summary": [
{
"section": "Serial Port",
"entries": [
"ntddmodm"
]
}
]
}