omads/omadsextensions/dsutils/contactsdatastoreextension/contactsdatastoreextension.pro
author hgs
Tue, 13 Jul 2010 03:28:47 +0530
changeset 37 74081e1a0272
parent 20 e1de7d03f843
child 35 0ca79e3612d9
permissions -rw-r--r--
201019

#
# ============================================================================
#  Name        : contactsdatastoreextension.pro
#  Part of     : contactsdatastoreextension    
#  Description : Project file
#
#  Copyright © 2009 Nokia.  All rights reserved.
#  This material, including documentation and any related computer
#  programs, is protected by copyright controlled by Nokia.  All
#  rights are reserved.  Copying, including reproducing, storing,
#  adapting or translating, any or all of this material requires the
#  prior written consent of Nokia.  This material also contains
#  confidential information which may not be disclosed to others
#  without the prior written consent of Nokia.
# ============================================================================
# 


TEMPLATE = lib
TARGET = nsmlcontactsdatastoreextension
DEPENDPATH += ../../contactsdatastoreextension ../inc ../src
INCLUDEPATH += .
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE



DEFINES += BUILD_CONTACTSDATASTOREEXTENSION

PRIVATE_HEADERS += ./inc/nsmlcontactsdatastoreextension_p.h

# Implementation
SOURCES += ./src/nsmlcontactsdatastoreextension.cpp \
		   ./src/nsmlcontactsdatastoreextension_p.cpp
		   
HEADERS += \
       $$PRIVATE_HEADERS

qtAddLibrary(QtContacts)
qtAddLibrary(QtVersit)
qtAddLibrary(XQUtils)
LIBS += -lestor.dll \
		-lbafl.dll  \
		-lnsmldebug.dll \
		
		
IfdefBlock = \
 "$${LITERAL_HASH}if defined(ARMCC)" \
 "DEFFILE ./def/eabicontactsdatastoreextension" \
 "$${LITERAL_HASH}elif defined(WINSCW)" \
 "DEFFILE ./def/bwinscwcontactsdatastoreextension" \
 "$${LITERAL_HASH}endif"
 
MMP_RULES += IfdefBlock

symbian { 
	TARGET.UID3 = 0x2002DC83
	TARGET.EPOCSTACKSIZE = 0x14000
	TARGET.EPOCHEAPSIZE = "0x020000 0x800000"
	TARGET.EPOCALLOWDLLDATA = 1
    TARGET.CAPABILITY = CAP_GENERAL_DLL    
}