equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: Connection view build file |
|
15 # |
|
16 # |
|
17 TEMPLATE = app |
|
18 TARGET = connview |
|
19 CONFIG += hb no_icon |
|
20 DEPENDPATH += . inc src |
|
21 INCLUDEPATH += . |
|
22 |
|
23 # Input |
|
24 HEADERS += inc/connectionview.h \ |
|
25 traces/OstTraceDefinitions.h \ |
|
26 inc/scrollareawidget.h |
|
27 SOURCES += src/connectionview.cpp \ |
|
28 src/main.cpp \ |
|
29 src/scrollareawidget.cpp |
|
30 |
|
31 TRANSLATIONS = connectionview.ts |
|
32 |
|
33 RESOURCES = res/connectionview.qrc |
|
34 |
|
35 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
36 |
|
37 LIBS += -lqtbearer |
|
38 |
|
39 symbian { |
|
40 TARGET.CAPABILITY = NetworkServices NetworkControl |
|
41 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_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(connectionview_resources.iby)" |
|
44 } |