| author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
| Tue, 14 Sep 2010 22:51:31 +0300 | |
| branch | RCL_3 |
| changeset 11 | 19a54be74e5e |
| parent 10 | cd2778e5acfe |
| permissions | -rw-r--r-- |
| 10 | 1 |
SOURCES += tst_qnetworkconfiguration.cpp |
2 |
HEADERS += ../qbearertestcommon.h |
|
3 |
TARGET = tst_qnetworkconfiguration |
|
4 |
CONFIG += testcase |
|
5 |
||
6 |
QT = core network |
|
7 |
||
8 |
INCLUDEPATH += ../../../src/bearer |
|
9 |
||
10 |
include(../../../common.pri) |
|
11 |
CONFIG += mobility |
|
12 |
MOBILITY = bearer |
|
13 |
||
14 |
symbian {
|
|
15 |
TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData |
|
16 |
} |
|
17 |
||
18 |
maemo6|maemo5 {
|
|
19 |
CONFIG += link_pkgconfig |
|
20 |
||
21 |
PKGCONFIG += conninet |
|
22 |
} |