summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-06-16 11:18:36 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-09-20 14:38:59 +0200
commit10b686a003258d8a41629a89449cbe062770c471 (patch)
treefec6a2d9e7a6127d67853a9e03342fd08173d5f0 /src
parent7805713d701574d871e35ba50f6e20f97fbab1ab (diff)
Remove old configure-related files
Remove the configure.json and configure.pri files that were used for the qmake-based configure. Remove the .prev_*.cmake files that were a by-product of configurejson2cmake.py. Pick-to: 6.2 Task-number: QTBUG-89536 Change-Id: Iec9754c73c65999cdceb9f37a1fda617d9570e5f Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src')
-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 c969b863..00000000
--- 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"
- ]
- }
- ]
-}