summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/bearer/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro
blob: e7ff28ee631115cfaf491976cdf9c0d475757ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qnetworkconfigurationmanager
SOURCES  += tst_qnetworkconfigurationmanager.cpp
HEADERS  += ../qbearertestcommon.h

QT = core network testlib

maemo6|maemo5 {
    CONFIG += link_pkgconfig

    PKGCONFIG += conninet
}