equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 SOURCES += tst_qnetworksession.cpp |
|
3 HEADERS += ../../qbearertestcommon.h |
|
4 |
|
5 QT = core network |
|
6 |
|
7 TARGET = tst_qnetworksession |
|
8 CONFIG(debug_and_release) { |
|
9 CONFIG(debug, debug|release) { |
|
10 DESTDIR = ../debug |
|
11 } else { |
|
12 DESTDIR = ../release |
|
13 } |
|
14 } else { |
|
15 DESTDIR = .. |
|
16 } |
|
17 |
|
18 symbian { |
|
19 TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData PowerMgmt |
|
20 } |
|
21 |
|
22 maemo6|maemo5 { |
|
23 CONFIG += link_pkgconfig |
|
24 |
|
25 PKGCONFIG += conninet |
|
26 } |