summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
blob: b8f6fd287e1a21853dbe707bf2461a34da608458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qnetworkconfigurationmanager
SOURCES  += tst_qnetworkconfigurationmanager.cpp
HEADERS  += ../qbearertestcommon.h

QT = core network testlib

symbian {
    TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData
}

maemo6|maemo5 {
    CONFIG += link_pkgconfig

    PKGCONFIG += conninet
}

CONFIG+=insignificant_test # QTQAINFRA-428