phonebookui/pbkcommonui/tsrc/mobactionextensionexample/mobactionextensionexample.pro
changeset 37 fd64c38c277d
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
       
     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 TARGET = $$qtLibraryTarget(mobexampleactionsplugin)
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += .
       
    23 
       
    24 # Input
       
    25 HEADERS += \
       
    26     inc/mobexampleactionfactory.h \
       
    27     inc/mobbaseaction.h \
       
    28     inc/mobexampleaction.h \
       
    29     inc/mobexample2action.h \
       
    30     inc/mobexamplenodetailaction.h \
       
    31     inc/mobexampledynamicaction.h
       
    32     
       
    33 SOURCES += \
       
    34     src/mobexampleactionfactory.cpp \
       
    35     src/mobbaseaction.cpp \
       
    36     src/mobexampleaction.cpp \
       
    37     src/mobexample2action.cpp \
       
    38     src/mobexamplenodetailaction.cpp \
       
    39     src/mobexampledynamicaction.cpp
       
    40 MOC_DIR = moc
       
    41 
       
    42 symbian:
       
    43  { 
       
    44     load(data_caging_paths)
       
    45     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    46     TARGET.EPOCALLOWDLLDATA = 1
       
    47     TARGET.UID3 = 0xefa11113
       
    48     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    49     LIBS += -lQtContacts \
       
    50         -lxqservice
       
    51     target.path = /sys/bin
       
    52     INSTALLS += target
       
    53     symbianplugin.sources = $${TARGET}.dll
       
    54     symbianplugin.path = /resource/qt/plugins/contacts
       
    55     DEPLOYMENT += symbianplugin
       
    56 }