satui/satapp/satapp.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Mar 2010 09:40:14 +0200
changeset 12 ae8abd0db65c
child 15 d7fc66ccd6fb
permissions -rw-r--r--
Revision: 201007 Kit: 201011

#
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description:
#
#
#

TEMPLATE = app
TARGET = satapp
DEPENDPATH += .
HEADERS += $$PUBLIC_HEADERS

CONFIG += hb

symbian: {
    TARGET.CAPABILITY = CAP_GENERAL_DLL
    TARGET.UID3=0x101f4ce0
    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
        ../../inc 
    LIBS += -lSatClient.dll \
            -lSatInternalClient.dll \
            -legul.dll \
            -lfbscli.dll \
            -lcentralrepository.dll \
            -lCenRepNotifHandler.dll \
            -lCdlEngine.dll \
            -lFlogger.dll

    HEADERS += inc/msatuiactionimplementer.h \
               inc/satappcommonconstant.h \
               inc/tflogger.h \
               inc/satappmainhandler.h \
               inc/satappcommandhandler.h \
               inc/satappeventprovider.h \
               inc/satappuiprovider.h \
               inc/satappview.h \
               inc/satappgetinkeynote.h \
               inc/csatuiobserver.h \
               inc/csatuiiconhandler.h \


    SOURCES += src/main.cpp \
               src/satappmainhandler.cpp \
               src/satappcommandhandler.cpp \
               src/satappeventprovider.cpp \
               src/satappuiprovider.cpp \
               src/satappview.cpp \
               src/satappgetinkeynote.cpp \
               src/csatuiobserver.cpp \
               src/csatuiiconhandler.cpp 
    
    BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \
                                 "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis"    
}

RESOURCES += resource/satapp.qrc