summaryrefslogtreecommitdiff
path: root/src/serialport/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialport/configure.json')
-rw-r--r--src/serialport/configure.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/serialport/configure.json b/src/serialport/configure.json
deleted file mode 100644
index c969b86..0000000
--- a/src/serialport/configure.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "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"
- ]
- }
- ]
-}