phonebookui/mobhistorymodel/mobhistorymodel.pro
changeset 25 76a2435edfd4
equal deleted inserted replaced
24:0ba2181d7c28 25:76a2435edfd4
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 
       
     4 
       
     5 #
       
     6 # All rights reserved.
       
     7 # This component and the accompanying materials are made available
       
     8 # under the terms of "Eclipse Public License v1.0"
       
     9 # which accompanies this distribution, and is available
       
    10 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    11 #
       
    12 # Initial Contributors:
       
    13 # Nokia Corporation - initial contribution.
       
    14 #
       
    15 # Contributors:
       
    16 # 
       
    17 # Description:
       
    18 #
       
    19 #
       
    20 
       
    21 
       
    22 TEMPLATE = lib
       
    23 TARGET = mobhistorymodel
       
    24 CONFIG += hb
       
    25 
       
    26 DEFINES += dll \
       
    27     BUILD_MOBHISTORYMODEL
       
    28     
       
    29 MOC_DIR = moc
       
    30 
       
    31 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    32 TARGET.EPOCALLOWDLLDATA = 1
       
    33 
       
    34 QT += sql
       
    35 
       
    36 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    37 INCLUDEPATH += inc
       
    38 INCLUDEPATH += ../inc
       
    39 INCLUDEPATH += ../../logsui/logsengine/inc
       
    40 #INCLUDEPATH += /sf/app/messaging/msg_plat/msg_conversation_model_api/inc
       
    41 
       
    42 
       
    43 INTERNAL_PUBLIC_HEADERS += \
       
    44     inc/mobhistorymodelglobal.h \
       
    45     inc/mobhistorymodel.h        
       
    46 
       
    47 HEADERS += \
       
    48     $$INTERNAL_PUBLIC_HEADERS \
       
    49     inc/mobhistorymodel_p.h 
       
    50 
       
    51 SOURCES += src/mobhistorymodel.cpp
       
    52     
       
    53 LIBS += -llogsengine \
       
    54         -lQtContacts
       
    55                  
       
    56 deploy.path = /
       
    57 headers.sources = $$INTERNAL_PUBLIC_HEADERS
       
    58 headers.path = epoc32/include/app
       
    59 DEPLOYMENT += exportheaders
       
    60 
       
    61 # This is for new exporting system coming in garden
       
    62 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"