satui/satapp/satapp.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 18:49:32 +0300
changeset 31 a2467631ae02
parent 19 e44a8c097b15
child 33 8d5d7fcf9b59
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

#
# 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
MOC_DIR = moc

CONFIG += hb

ICON = resource/qtg_large_sat.svg
symbian: {
    TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
    TARGET.UID3=0x101f4ce0
}


    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
        .inc\
        MOC_DIR \
        ../../inc 

    LIBS += -lSatClient \
            -lSatInternalClient \
            -legul \
            -lfbscli \
            -lcentralrepository \
            -lCenRepNotifHandler \
            -lCdlEngine \
            -lmediaclientaudio \
            -lFlogger \
            -lprofileeng 

    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/csatuiobserver.h \
               inc/csatuiiconhandler.h \
               inc/satappplaytoneprovider.h \
               inc/dialogwaiter.h

    SOURCES += src/main.cpp \
               src/satappmainhandler.cpp \
               src/satappcommandhandler.cpp \
               src/satappeventprovider.cpp \
               src/satappuiprovider.cpp \
               src/satappview.cpp \
               src/csatuiobserver.cpp \
               src/csatuiiconhandler.cpp \
               src/satappplaytoneprovider.cpp \
               src/dialogwaiter.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" \
                                 "resource/satapp_en.ts /epoc32/include/platform/qt/translations/satapp_en.ts"
                                 

RESOURCES += resource/satapp.qrc