emailservices/nmailagent/nmailagent.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 13:27:14 +0300
changeset 30 759dc5235cdb
parent 23 2dc6caa42ec3
child 44 c2d07d913565
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

#
# 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 = nmailagent
QT += core
CONFIG += hb 
CONFIG += console

load(hb.prf)
symbian:CONFIG -= symbian_i18n

MOC_DIR = moc

INCLUDEPATH += ../../inc

HEADERS   += inc/nmmailagent.h \
             inc/nmmailagentheaders.h \
             inc/ssastartupwatcher.h
    
SOURCES   += src/main.cpp \
             src/nmmailagent.cpp \
             src/ssastartupwatcher.cpp

LIBS += -lnmailbase
LIBS += -lnmailuiengine
LIBS += -lnmutilities
LIBS += -llibc

symbian*: { 
    INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    BLD_INF_RULES.prj_exports += "rom/nmailagent.iby $$CORE_APP_LAYER_IBY_EXPORT_PATH(nmailagent.iby)"

    TARGET.EPOCHEAPSIZE = 0x1000 0x100000 // MAX 1MB

    LIBS += -ldomaincli
    LIBS += -lxqservice

    TARGET.UID2 = 0x100039CE
    TARGET.UID3 = 0x2002C326
    TARGET.CAPABILITY = CAP_APPLICATION
}

win32 {
    DESTDIR = ../../bin
}