16 lines
275 B
Prolog
16 lines
275 B
Prolog
|
load(qttest_p4)
|
||
|
SOURCES += tst_qnetworkconfigurationmanager.cpp
|
||
|
HEADERS += ../qbearertestcommon.h
|
||
|
|
||
|
QT = core network
|
||
|
|
||
|
symbian {
|
||
|
TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData
|
||
|
}
|
||
|
|
||
|
maemo6|maemo5 {
|
||
|
CONFIG += link_pkgconfig
|
||
|
|
||
|
PKGCONFIG += conninet
|
||
|
}
|