equal
deleted
inserted
replaced
14 # Description: Connection view build file |
14 # Description: Connection view build file |
15 # |
15 # |
16 # |
16 # |
17 TEMPLATE = app |
17 TEMPLATE = app |
18 TARGET = connview |
18 TARGET = connview |
19 CONFIG += hb no_icon |
19 |
|
20 CONFIG += hb no_icon mobility |
|
21 MOBILITY+=bearer |
|
22 |
20 DEPENDPATH += . inc src |
23 DEPENDPATH += . inc src |
21 INCLUDEPATH += . |
24 INCLUDEPATH += . |
22 |
25 |
23 # Input |
26 # Input |
24 HEADERS += inc/connectionview.h \ |
27 HEADERS += inc/connectionview.h \ |
32 |
35 |
33 RESOURCES = res/connectionview.qrc |
36 RESOURCES = res/connectionview.qrc |
34 |
37 |
35 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
38 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
36 |
39 |
37 LIBS += -lqtbearer |
|
38 |
|
39 symbian { |
40 symbian { |
40 TARGET.CAPABILITY = NetworkServices NetworkControl |
41 TARGET.CAPABILITY = NetworkServices NetworkControl |
41 TARGET.UID3 = 0x2002C36A |
42 TARGET.UID3 = 0x2002C36A |
42 BLD_INF_RULES.prj_exports += "rom/connectionview.iby CORE_MW_LAYER_IBY_EXPORT_PATH(connectionview.iby)" |
43 BLD_INF_RULES.prj_exports += "rom/connectionview.iby CORE_MW_LAYER_IBY_EXPORT_PATH(connectionview.iby)" |
43 BLD_INF_RULES.prj_exports += "rom/connectionview_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(connectionview_resources.iby)" |
44 BLD_INF_RULES.prj_exports += "rom/connectionview_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(connectionview_resources.iby)" |