summaryrefslogtreecommitdiffstats
path: root/src/serialport/configure.json
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-09-28 03:02:33 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-09-28 03:02:33 +0200
commit110a32dd6524adcf738d1d755d0a135fd34f3cbc (patch)
tree91097fb1c5150c64cda5ff856e2b05ebfb354524 /src/serialport/configure.json
parent0e533ffe0e3260a9a08f2583bb90f2b503ae4f68 (diff)
parente491b2ce3f1ece9959a66624b934bf41428b2d76 (diff)
Merge remote-tracking branch 'origin/5.15' into dev
Diffstat (limited to 'src/serialport/configure.json')
-rw-r--r--src/serialport/configure.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/serialport/configure.json b/src/serialport/configure.json
new file mode 100644
index 00000000..f0e6c76e
--- /dev/null
+++ b/src/serialport/configure.json
@@ -0,0 +1,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"
+ ]
+ }
+ ]
+}