phonebookengines/mobcntmodel/mobcntmodel.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 15:42:23 +0300
changeset 31 2a11b5b00470
parent 24 0ba2181d7c28
child 37 fd64c38c277d
permissions -rw-r--r--
Revision: 201017 Kit: 201019

#
# 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:
#
#


TEMPLATE = lib
TARGET = mobcntmodel

DEFINES += dll \
    BUILD_MOBCNTMODEL 
    
MOC_DIR = moc

CONFIG += hb

TARGET.CAPABILITY = CAP_GENERAL_DLL
TARGET.EPOCALLOWDLLDATA = 1
TARGET.UID3 = 0x20026FC3

INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
INCLUDEPATH += inc
INCLUDEPATH += ../inc


INTERNAL_PUBLIC_HEADERS += \
        inc/mobcntmodelglobal.h \
        inc/mobcntmodel.h    

HEADERS += \
                 $$INTERNAL_PUBLIC_HEADERS \
                 inc/mobcntmodel_p.h \
                 inc/mobcnticonmanager.h

SOURCES += src/mobcntmodel.cpp \
           src/mobcnticonmanager.cpp

RESOURCES += resources/mobcntmodel.qrc
    
LIBS += \
        -lQtContacts \
        -lhbcore \
        -lthumbnailmanagerqt

deploy.path = /
headers.sources = $$INTERNAL_PUBLIC_HEADERS
headers.path = epoc32/include/app #change this to internal folder
DEPLOYMENT += exportheaders

# This is for new exporting system coming in garden
for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"

#TODO --- REMEMBER TO ADD THIS DLL TO THE IBY FILE
#romFiles.path = epoc32/rom/include/core/app
#romFiles.sources = qtcontactsengine.iby
#INSTALLS += romFiles