connectionmonitoring/connectionview/connectionview.pro
branchRCL_3
changeset 57 05bc53fe583b
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
       
     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 
       
    20 CONFIG += hb no_icon mobility
       
    21 MOBILITY+=bearer
       
    22 
       
    23 DEPENDPATH += . inc src
       
    24 INCLUDEPATH += .
       
    25 
       
    26 # Input
       
    27 HEADERS += inc/connectionview.h \
       
    28            traces/OstTraceDefinitions.h \
       
    29            inc/scrollareawidget.h
       
    30 SOURCES += src/connectionview.cpp \
       
    31            src/main.cpp \
       
    32            src/scrollareawidget.cpp
       
    33 
       
    34 TRANSLATIONS = connectionview.ts
       
    35 
       
    36 RESOURCES = res/connectionview.qrc
       
    37 
       
    38 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    39 
       
    40 symbian {
       
    41     TARGET.CAPABILITY = NetworkServices NetworkControl
       
    42     TARGET.UID3 = 0x2002C36A
       
    43     BLD_INF_RULES.prj_exports += "rom/connectionview.iby CORE_MW_LAYER_IBY_EXPORT_PATH(connectionview.iby)"
       
    44 	BLD_INF_RULES.prj_exports += "rom/connectionview_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(connectionview_resources.iby)"
       
    45 }