summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-25 15:46:32 +0100
committerQt CI Bot <qt_ci_bot@qt-project.org>2021-03-04 11:26:42 +0000
commit94d5c1bfe080380341fa6f7fe90c055225dfbd92 (patch)
treeec0b29f77dd908b701658d2b2825dd9a8217533f /src/corelib/configure.json
parent52f99ff3d202705beb0abb5251e3a4999f020545 (diff)
parent00b75e86f3db6eb25798a3edc45b4fb597b9ff74 (diff)
Merge "Remove win32_system_libs feature from src/corelib/configure.json"
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index 9c8615cf74..0cefa63ae5 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -185,66 +185,6 @@
"sources": [
"-lslog2"
]
- },
- "advapi32": {
- "label": "advapi32",
- "sources": [
- "-ladvapi32"
- ]
- },
- "gdi32": {
- "label": "gdi32",
- "sources": [
- "-lgdi32"
- ]
- },
- "kernel32": {
- "label": "kernel32",
- "sources": [
- "-lkernel32"
- ]
- },
- "netapi32": {
- "label": "netapi32",
- "sources": [
- "-lnetapi32"
- ]
- },
- "ole32": {
- "label": "ole32",
- "sources": [
- "-lole32"
- ]
- },
- "shell32": {
- "label": "shell32",
- "sources": [
- "-lshell32"
- ]
- },
- "uuid": {
- "label": "uuid",
- "sources": [
- "-luuid"
- ]
- },
- "user32": {
- "label": "user32",
- "sources": [
- "-luser32"
- ]
- },
- "winmm": {
- "label": "winmm",
- "sources": [
- "-lwinmm"
- ]
- },
- "ws2_32": {
- "label": "ws2_32",
- "sources": [
- "-lws2_32"
- ]
}
},
@@ -1019,10 +959,6 @@
"condition": "config.linux",
"output": [ "privateFeature" ]
},
- "win32_system_libs": {
- "label": "Windows System Libraries",
- "condition": "config.win32 && libs.advapi32 && libs.gdi32 && libs.kernel32 && libs.netapi32 && libs.ole32 && libs.shell32 && libs.uuid && libs.user32 && libs.winmm && libs.ws2_32"
- },
"cborstreamreader": {
"label": "CBOR stream reading",
"purpose": "Provides support for reading the CBOR binary format.