cbs/cbsui/cbsui.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 #
       
     2 # Copyright (c) 2009 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:
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = cbsui
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += .
       
    21 
       
    22 CONFIG += hb
       
    23 MOC_DIR = moc
       
    24 
       
    25 ICON = resources/icons/qgn_menu_cb.svg
       
    26 
       
    27 symbian:
       
    28 {
       
    29     TARGET.CAPABILITY = CAP_APPLICATION
       
    30     TARGET.UID3 = 0x101F4CD3
       
    31     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    32                    ../../inc \
       
    33                    $$MOC_DIR
       
    34 	LIBS += -lcbsclient \
       
    35             -lflogger
       
    36             
       
    37     BLD_INF_RULES.prj_exports += "rom/cbsui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cbsui.iby)" \
       
    38             "rom/cbsuiresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cbsuiresources.iby)" \
       
    39             "rom/cbsui_stub.sis /epoc32/data/z/system/install/cbsui_stub.sis"
       
    40 
       
    41 }
       
    42 
       
    43 
       
    44 # Input
       
    45 HEADERS += inc/cbslog.h \
       
    46            inc/cbsuimainwindow.h \
       
    47            inc/cbsuitopiclistview.h \
       
    48            inc/cbsuitopicview.h \
       
    49            inc/cbsuiviewmanager.h \
       
    50            inc/ccbsuisettingsmonitor.h \
       
    51            inc/ccbsuitopiclistmonitor.h \
       
    52            inc/mcbs.h \
       
    53            inc/mcbsuisettingsobserver.h \
       
    54            inc/mcbsuitopicmonitorobserver.h \
       
    55            inc/msavemessagecontroller.h \
       
    56            inc/rcbsui.h 
       
    57 SOURCES += src/cbsuimainwindow.cpp \
       
    58            src/cbsuitopiclistview.cpp \
       
    59            src/cbsuitopicview.cpp \
       
    60            src/cbsuiviewmanager.cpp \
       
    61            src/ccbsuitopiclistmonitor.cpp \
       
    62            src/main.cpp \
       
    63            src/rcbsui.cpp 
       
    64            
       
    65 RESOURCES += resources/cbs_app.qrc
       
    66