equal
deleted
inserted
replaced
1 TEMPLATE = app |
|
2 TARGET = BearerEx |
|
3 |
|
4 QT += core \ |
|
5 gui \ |
|
6 network |
|
7 |
|
8 FORMS += detailedinfodialog.ui |
|
9 maemo5|maemo6 { |
|
10 FORMS += sessiondialog_maemo.ui \ |
|
11 bearerex_maemo.ui |
|
12 } else { |
|
13 FORMS += sessiondialog.ui \ |
|
14 bearerex.ui |
|
15 } |
|
16 |
|
17 include(../../common.pri) |
|
18 #not really a test case but deployment happens same way |
|
19 CONFIG += testcase |
|
20 |
|
21 DEPENDPATH += . |
|
22 INCLUDEPATH += . \ |
|
23 ../../src/bearer |
|
24 |
|
25 # Example headers and sources |
|
26 HEADERS += bearerex.h \ |
|
27 xqlistwidget.h \ |
|
28 datatransferer.h |
|
29 |
|
30 SOURCES += bearerex.cpp \ |
|
31 main.cpp \ |
|
32 xqlistwidget.cpp \ |
|
33 datatransferer.cpp |
|
34 |
|
35 CONFIG += mobility |
|
36 MOBILITY = bearer |
|
37 symbian:TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData WriteDeviceData ReadDeviceData |
|