contacts_plat/contacts_ui_extensions_api/tsrc/contactcardplugin/contactcardplugin.pro
changeset 61 d30183af6ca6
child 72 6abfb1094884
equal deleted inserted replaced
56:d508aa856878 61:d30183af6ca6
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 #
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description:
       
    16 #
       
    17 #
       
    18 
       
    19 TEMPLATE = lib
       
    20 CONFIG += plugin hb
       
    21 TARGET = $$qtLibraryTarget(contactcardplugin)
       
    22 DEPENDPATH += .
       
    23 INCLUDEPATH += .
       
    24 
       
    25 # Input
       
    26 HEADERS += \
       
    27     contactcardextension.h \
       
    28     extensionfactory.h
       
    29 
       
    30 SOURCES += \
       
    31     contactcardextension.cpp \
       
    32     extensionfactory.cpp
       
    33 
       
    34 LIBS+= -lqtcontacts \
       
    35        -lhbcore \
       
    36 symbian:
       
    37  {
       
    38     load(data_caging_paths)
       
    39     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    40     TARGET.EPOCALLOWDLLDATA = 1
       
    41 #    TARGET.UID3 = 0x20027012
       
    42     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    43     target.path = /sys/bin
       
    44     INSTALLS += target
       
    45     symbianplugin.sources = $${TARGET}.dll
       
    46     symbianplugin.path = $$QT_PLUGINS_BASE_DIR/contacts/extensions
       
    47     DEPLOYMENT += symbianplugin
       
    48     
       
    49 }
       
    50 
       
    51 target.path += $$[QT_INSTALL_PLUGINS]/contacts/extensions
       
    52 INSTALLS += target