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

QT = core network

symbian {
    TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData 
}

maemo6 {
    CONFIG += link_pkgconfig

    PKGCONFIG += conninet
}