commonimlib/commonimlib.pro
changeset 0 59dfe4ae66d0
equal deleted inserted replaced
-1:000000000000 0:59dfe4ae66d0
       
     1 #
       
     2 #Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 #All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html."
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 # Contributors:
       
    11 #
       
    12 # Description:
       
    13 # RCS IM Library - Initial version
       
    14 #
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = commonimlib
       
    19 
       
    20 QT += core 
       
    21 
       
    22 DEPENDPATH +=   ./inc \
       
    23                 ./src
       
    24 
       
    25 DEFINES += COMMONIMLIB_BUILD
       
    26 
       
    27 INCLUDEPATH += ./inc
       
    28 INCLUDEPATH += ../epoc32/include/app
       
    29 
       
    30 HEADERS += inc/chatimplfactory.h \ 
       
    31     inc/chatinterfaces.h \
       
    32     inc/immanagerfactory.h \
       
    33 	inc/imlib_common.h
       
    34 
       
    35 SOURCES += src/chatimplfactory.cpp
       
    36 
       
    37 symbian: { 
       
    38 	TARGET.CAPABILITY += All -Tcb
       
    39     TARGET.UID3 = 0xE41BBB83
       
    40     TARGET.EPOCALLOWDLLDATA=1
       
    41     :BLD_INF_RULES.prj_exports += "inc/chatimplfactory.h APP_LAYER_PLATFORM_EXPORT_PATH(chatimplfactory.h)"
       
    42     :BLD_INF_RULES.prj_exports += "inc/chatinterfaces.h APP_LAYER_PLATFORM_EXPORT_PATH(chatinterfaces.h)"
       
    43     :BLD_INF_RULES.prj_exports += "inc/imlib_common.h APP_LAYER_PLATFORM_EXPORT_PATH(imlib_common.h)"
       
    44     :BLD_INF_RULES.prj_exports += "inc/immanagerfactory.h APP_LAYER_PLATFORM_EXPORT_PATH(immanagerfactory.h)"    
       
    45 }
       
    46 
       
    47 win32:include(commonimlib_installs_win32.pri)
       
    48