summaryrefslogtreecommitdiff
path: root/src/serialport/configure.json
blob: f0e6c76eab9a34970ce4d4d8e13da36159c6a2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "module": "serialport",
    "condition": "!config.integrity && !config.vxworks && !config.winrt && !config.uikit && !config.wasm",
    "depends": [
            "core"
    ],
    "condition": "module.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"
            ]
        }
    ]
}