omads/omadsextensions/dsutils/contactsdatastoreextension/contactsdatastoreextension.pro
branchRCL_3
changeset 24 8e7494275d3a
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
       
     1 #
       
     2 # ============================================================================
       
     3 #  Name        : contactsdatastoreextension.pro
       
     4 #  Part of     : contactsdatastoreextension    
       
     5 #  Description : Project file
       
     6 #
       
     7 #  Copyright © 2009 Nokia.  All rights reserved.
       
     8 #  This material, including documentation and any related computer
       
     9 #  programs, is protected by copyright controlled by Nokia.  All
       
    10 #  rights are reserved.  Copying, including reproducing, storing,
       
    11 #  adapting or translating, any or all of this material requires the
       
    12 #  prior written consent of Nokia.  This material also contains
       
    13 #  confidential information which may not be disclosed to others
       
    14 #  without the prior written consent of Nokia.
       
    15 # ============================================================================
       
    16 # 
       
    17 
       
    18 
       
    19 TEMPLATE = lib
       
    20 TARGET = nsmlcontactsdatastoreextension
       
    21 DEPENDPATH += ../../contactsdatastoreextension ../inc ../src
       
    22 INCLUDEPATH += .
       
    23 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 
       
    26 
       
    27 DEFINES += BUILD_CONTACTSDATASTOREEXTENSION
       
    28 
       
    29 PRIVATE_HEADERS += ./inc/nsmlcontactsdatastoreextension_p.h
       
    30 
       
    31 # Implementation
       
    32 SOURCES += ./src/nsmlcontactsdatastoreextension.cpp \
       
    33 		   ./src/nsmlcontactsdatastoreextension_p.cpp
       
    34 		   
       
    35 HEADERS += \
       
    36        $$PRIVATE_HEADERS
       
    37 
       
    38 qtAddLibrary(QtContacts)
       
    39 qtAddLibrary(QtVersit)
       
    40 qtAddLibrary(XQUtils)
       
    41 LIBS += -lestor.dll \
       
    42 		-lbafl.dll  \
       
    43 		-lnsmldebug.dll \
       
    44 		
       
    45 		
       
    46 defBlock = \
       
    47  "$${LITERAL_HASH}if defined(EABI)" \
       
    48  "DEFFILE ./def/eabicontactsdatastoreextension" \
       
    49  "$${LITERAL_HASH}elif defined(WINSCW)" \
       
    50  "DEFFILE ./def/bwinscwcontactsdatastoreextension" \
       
    51  "$${LITERAL_HASH}endif"
       
    52  
       
    53 MMP_RULES += defBlock
       
    54 
       
    55 symbian { 
       
    56 	TARGET.UID3 = 0x2002DC83
       
    57 	TARGET.EPOCSTACKSIZE = 0x14000
       
    58 	TARGET.EPOCHEAPSIZE = "0x020000 0x800000"
       
    59 	TARGET.EPOCALLOWDLLDATA = 1
       
    60     TARGET.CAPABILITY = CAP_GENERAL_DLL    
       
    61 }