emailservices/emailstore/message_store/exe/exe.pro
changeset 18 578830873419
child 68 83cc6bae1de8
equal deleted inserted replaced
4:e7aa27f58ae1 18:578830873419
       
     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 
       
    18 TEMPLATE = app
       
    19 TARGET = MessageStoreExe
       
    20 DEPENDPATH += . src
       
    21 INCLUDEPATH += . \
       
    22 			../common/inc \
       
    23 			../server/inc \
       
    24 			../../../../inc
       
    25 
       
    26 SOURCES += src/MessageStoreExe.cpp
       
    27 
       
    28 LIBS += -leuser \
       
    29 		-lMessageStoreServer
       
    30 		
       
    31 symbian*: { 
       
    32     
       
    33     TARGET.EPOCALLOWDLLDATA = 1
       
    34     TARGET.CAPABILITY = CAP_SERVER
       
    35     TARGET.UID2 = 0
       
    36     TARGET.UID3 = 0x2001FDA4
       
    37     TARGET.EPOCHEAPSIZE = 0x400 \ 
       
    38     					0x200000
       
    39     MMP_RULES += EXPORTUNFROZEN
       
    40 }	
       
    41 
       
    42 win32 {
       
    43 	DESTDIR = ../../../../bin
       
    44 }