summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qbearerplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/bearer/qbearerplugin.cpp')
-rw-r--r--src/network/bearer/qbearerplugin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/bearer/qbearerplugin.cpp b/src/network/bearer/qbearerplugin.cpp
index 4509fd0..a5e8918 100644
--- a/src/network/bearer/qbearerplugin.cpp
+++ b/src/network/bearer/qbearerplugin.cpp
@@ -43,6 +43,8 @@
#include <QtCore/qdebug.h>
+#ifndef QT_NO_BEARERMANAGEMENT
+
QT_BEGIN_NAMESPACE
QBearerEnginePlugin::QBearerEnginePlugin(QObject *parent)
@@ -55,3 +57,5 @@ QBearerEnginePlugin::~QBearerEnginePlugin()
}
QT_END_NAMESPACE
+
+#endif // QT_NO_BEARERMANAGEMENT