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

QT = core network testlib

maemo6|maemo5 {
    CONFIG += link_pkgconfig

    PKGCONFIG += conninet
}