harvesterplugins/messaging/email/qtemailfetcher/qtemailfetcher.pro
changeset 2 208a4ba3894c
child 3 6832643895f7
equal deleted inserted replaced
0:ccd0fd43f247 2:208a4ba3894c
       
     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 TEMPLATE = lib
       
    18 TARGET = qtemailfetcher 
       
    19 
       
    20 QT        += core
       
    21 QT        -= gui 
       
    22 
       
    23 HEADERS   += qtemailfetcher.h
       
    24 SOURCES   += qtemailfetcher.cpp
       
    25 
       
    26 DEFINES += BUILD_DLL
       
    27 
       
    28 symbian{
       
    29     TARGET.UID3 = 0x20029B0A
       
    30     TARGET.EPOCALLOWDLLDATA = 1
       
    31     TARGET.VID = VID_DEFAULT
       
    32     TARGET.CAPABILITY = CAP_GENERAL_DLL -DRM
       
    33     VERSION = 1.0.0
       
    34     
       
    35     INCLUDEPATH += ../inc
       
    36     
       
    37     HEADERS += memailitemobserver.h
       
    38     LIBS += -lcpixsearchclient
       
    39     LIBS += -lnmailclientapi
       
    40         
       
    41     defFileBlock =                    \
       
    42     "$${LITERAL_HASH}if defined(WINSCW)"    \
       
    43     "DEFFILE bwins/"                        \
       
    44     "$${LITERAL_HASH}else"                  \
       
    45     "DEFFILE eabi/"                         \
       
    46     "$${LITERAL_HASH}endif"                 \
       
    47     
       
    48     MMP_RULES += defFileBlock
       
    49 }