omads/omadsextensions/dsutils/contactsdatastoreextension/contactsdatastoreextension.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:23:33 +0100
branchGCC_SURGE
changeset 27 ac6f1965a798
parent 20 e1de7d03f843
child 30 04643625ed38
child 31 f45210b77d55
permissions -rw-r--r--
Branch for GCC_SURGE fixes

#
# Copyright (c) 2009 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:  Project file
#


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    
}