summaryrefslogtreecommitdiffstats
path: root/src/network/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/configure.cmake')
-rw-r--r--src/network/configure.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/network/configure.cmake b/src/network/configure.cmake
index d9b47045ae..cea673e943 100644
--- a/src/network/configure.cmake
+++ b/src/network/configure.cmake
@@ -366,14 +366,6 @@ qt_feature("networkdiskcache" PUBLIC
CONDITION QT_FEATURE_temporaryfile
)
qt_feature_definition("networkdiskcache" "QT_NO_NETWORKDISKCACHE" NEGATE VALUE "1")
-qt_feature("bearermanagement" PUBLIC
- SECTION "Networking"
- LABEL "Bearer management (deprecated)"
- PURPOSE "Provides bearer management for the network stack."
- CONDITION QT_FEATURE_thread AND QT_FEATURE_library AND QT_FEATURE_networkinterface AND QT_FEATURE_properties
-)
-qt_feature_definition("bearermanagement" "QT_NO_BEARERMANAGEMENT" NEGATE VALUE "1")
-qt_feature_definition("bearermanagement" "QT_NO_BEARERMANAGEMENT" NEGATE)
qt_feature("localserver" PUBLIC
SECTION "Networking"
LABEL "QLocalServer"