summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
blob: e0028e5eed5922486bc7bc4deee499d491541906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
SOURCES  += tst_qnetworkconfigurationmanager.cpp
HEADERS  += ../qbearertestcommon.h

QT = core network

symbian {
    TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData
}

maemo6 {
    CONFIG += link_pkgconfig

    PKGCONFIG += conninet
}