messagingapp/shareui/shareui.pro
changeset 31 ebfee66fde93
child 34 84197e66a4bd
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 #
       
     2 # Copyright (c) 2009 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 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: Project file for file share services.
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = shareui
       
    19 DEFINES += BUILD_SHAREUI_DLL
       
    20 #DEFINES += __SHAREUI_MIME_HANDLING__
       
    21 
       
    22 DEPENDPATH += inc src
       
    23 INCLUDEPATH += inc
       
    24 INCLUDEPATH += ../../../inc
       
    25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    26 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    27    
       
    28 QT += core
       
    29 CONFIG += hb
       
    30 
       
    31 TARGET.EPOCALLOWDLLDATA = 1
       
    32 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    33 TARGET.UID3 = 0x2002DD00
       
    34 TARGET.EPOCHEAPSIZE = 0x20000 0x25000
       
    35 
       
    36 # Platforms
       
    37 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    38 
       
    39 # Build.inf rules
       
    40 BLD_INF_RULES.prj_exports += \
       
    41      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    42      "sis/shareui_stub.sis   /epoc32/data/z/system/install/shareui_stub.sis" \
       
    43      "rom/shareui.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(shareui.iby)" 
       
    44      
       
    45 
       
    46 HEADERS += shareuiprivate.h 
       
    47     
       
    48 SOURCES += shareui.cpp \
       
    49     	   shareuiprivate.cpp
       
    50 
       
    51 LIBS += -lxqservice \
       
    52         -lxqserviceutil