summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/bearer/qnetworkconfiguration/qnetworkconfiguration.pro
blob: 8910fbc209e8fce94a9a6b119aafe2c0e86fea53 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
SOURCES  += tst_qnetworkconfiguration.cpp
HEADERS  += ../qbearertestcommon.h

QT = core network

maemo6|maemo5 {
    CONFIG += link_pkgconfig

    PKGCONFIG += conninet
}