satui/satapp/satapp.pro
changeset 12 ae8abd0db65c
child 15 d7fc66ccd6fb
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
       
     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:
       
    15 #
       
    16 #
       
    17 #
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET = satapp
       
    21 DEPENDPATH += .
       
    22 HEADERS += $$PUBLIC_HEADERS
       
    23 
       
    24 CONFIG += hb
       
    25 
       
    26 symbian: {
       
    27     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    28     TARGET.UID3=0x101f4ce0
       
    29     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    30         ../../inc 
       
    31     LIBS += -lSatClient.dll \
       
    32             -lSatInternalClient.dll \
       
    33             -legul.dll \
       
    34             -lfbscli.dll \
       
    35             -lcentralrepository.dll \
       
    36             -lCenRepNotifHandler.dll \
       
    37             -lCdlEngine.dll \
       
    38             -lFlogger.dll
       
    39 
       
    40     HEADERS += inc/msatuiactionimplementer.h \
       
    41                inc/satappcommonconstant.h \
       
    42                inc/tflogger.h \
       
    43                inc/satappmainhandler.h \
       
    44                inc/satappcommandhandler.h \
       
    45                inc/satappeventprovider.h \
       
    46                inc/satappuiprovider.h \
       
    47                inc/satappview.h \
       
    48                inc/satappgetinkeynote.h \
       
    49                inc/csatuiobserver.h \
       
    50                inc/csatuiiconhandler.h \
       
    51 
       
    52 
       
    53     SOURCES += src/main.cpp \
       
    54                src/satappmainhandler.cpp \
       
    55                src/satappcommandhandler.cpp \
       
    56                src/satappeventprovider.cpp \
       
    57                src/satappuiprovider.cpp \
       
    58                src/satappview.cpp \
       
    59                src/satappgetinkeynote.cpp \
       
    60                src/csatuiobserver.cpp \
       
    61                src/csatuiiconhandler.cpp 
       
    62     
       
    63     BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \
       
    64                                  "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis"    
       
    65 }
       
    66 
       
    67 RESOURCES += resource/satapp.qrc
       
    68