summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@gmail.com>2012-01-18 21:38:17 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-14 20:29:32 +0100
commitc93ac6758606f64af7fe2bac6c8bb08391d218a7 (patch)
tree84d5c4b72afc48c3b0035b71c0fd13554e4378af /tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
parent5fb2122c34a8a129379d637a203b6f50cef02e02 (diff)
Fix online status checking in generic bearer plugin.
QNetworkInterface::IsUp means the interface is up, but not necessarily connected. QNetworkInterface::IsRunning means the interface is up and connected. Task-number: QTBUG-22873 Change-Id: Ieb544058814520b4292b496de2e4672214f3d00a Reviewed-by: Shane Kearns <ext-shane.2.kearns@nokia.com>
Diffstat (limited to 'tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro')
-rw-r--r--tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro b/tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
new file mode 100644
index 0000000000..613fcd85e4
--- /dev/null
+++ b/tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
@@ -0,0 +1,13 @@
+CONFIG += testcase
+TEMPLATE = app
+TARGET = tst_qnetworkconfigurationmanager
+DEPENDPATH += .
+INCLUDEPATH += .
+
+QT -= gui
+QT += network testlib
+
+CONFIG += release
+
+# Input
+SOURCES += main.cpp