phonebookui/cntcommonui/tsrc/ut_contactcard/cntactionextensionexample/cntactionextensionexample.pro
changeset 81 640d30f4fb64
equal deleted inserted replaced
77:c18f9fa7f42e 81:640d30f4fb64
       
     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: 
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += plugin
       
    19 CONFIG += hb
       
    20 CONFIG += symbian_test
       
    21 TARGET = $$qtLibraryTarget(cntexampleactionsplugin)
       
    22 DEPENDPATH += .
       
    23 INCLUDEPATH += .
       
    24 
       
    25 # Input
       
    26 HEADERS += \
       
    27     inc/cntexampleactionfactory.h \
       
    28     inc/cntexamplebaseaction.h \
       
    29     inc/cntexampleaction.h \
       
    30     inc/cntexample2action.h \
       
    31     inc/cntexamplenodetailaction.h \
       
    32     inc/cntexampledynamicaction.h
       
    33     
       
    34 SOURCES += \
       
    35     src/cntexampleactionfactory.cpp \
       
    36     src/cntexamplebaseaction.cpp \
       
    37     src/cntexampleaction.cpp \
       
    38     src/cntexample2action.cpp \
       
    39     src/cntexamplenodetailaction.cpp \
       
    40     src/cntexampledynamicaction.cpp
       
    41 MOC_DIR = moc
       
    42 
       
    43 symbian:
       
    44  { 
       
    45     load(data_caging_paths)
       
    46     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    47     TARGET.EPOCALLOWDLLDATA = 1
       
    48     TARGET.UID3 = 0xefa11113
       
    49     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    50     LIBS += -lQtContacts \
       
    51         -lxqservice
       
    52     target.path = /sys/bin
       
    53     INSTALLS += target
       
    54     symbianplugin.sources = $${TARGET}.dll
       
    55     symbianplugin.path = /resource/qt/plugins/contacts
       
    56     DEPLOYMENT += symbianplugin
       
    57 }
       
    58 symbian:MMP_RULES += SMPSAFE