summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkconfiguration
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-05-13 00:49:52 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-05-14 03:02:28 (GMT)
commite6efa3ea81dff9eb0ade1c2ba868c272ccfcc958 (patch)
tree0c4f50afef9228ae047ab02205af7b8a038b84dc /tests/auto/qnetworkconfiguration
parent08b6114240a6c02dbeb0297d0deeb538ebc3fde9 (diff)
downloadQt-e6efa3ea81dff9eb0ade1c2ba868c272ccfcc958.zip
Qt-e6efa3ea81dff9eb0ade1c2ba868c272ccfcc958.tar.gz
Qt-e6efa3ea81dff9eb0ade1c2ba868c272ccfcc958.tar.bz2
Bearer management changes from Qt Mobility.
9286bfcc43d38e0cb3bfd1d3f99ac7ab5d88b7e3
Diffstat (limited to 'tests/auto/qnetworkconfiguration')
-rw-r--r--tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp b/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp
index ce3acb7..a3cccb2 100644
--- a/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp
+++ b/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp
@@ -45,6 +45,13 @@
#include <QtNetwork/qnetworkconfiguration.h>
#include <QtNetwork/qnetworkconfigmanager.h>
+/*
+ Although this unit test doesn't use QNetworkAccessManager
+ this include is used to ensure that bearer continues to compile against
+ Qt 4.7+ which has a QNetworkConfiguration enabled QNetworkAccessManager
+*/
+#include <QNetworkAccessManager>
+
#if defined(Q_WS_MAEMO_6) || defined(Q_WS_MAEMO_5)
#include <stdio.h>
#include <iapconf.h>