phonebookengines/cntactions/cntactions.pro
changeset 40 b46a585f6909
child 72 6abfb1094884
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
       
     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 TARGET = $$qtLibraryTarget(cntactionsplugin)
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += .
       
    22 
       
    23 # Input
       
    24 HEADERS += \
       
    25     inc/cntactionfactory.h \
       
    26     inc/cntaction.h \
       
    27     inc/cntmessageaction.h \
       
    28     inc/cntvideocallaction.h \
       
    29     inc/cntcallaction.h \
       
    30     inc/cntemailaction.h \
       
    31     inc/cntbrowseraction.h
       
    32     
       
    33 SOURCES += \
       
    34     src/cntactionfactory.cpp \
       
    35     src/cntaction.cpp \
       
    36     src/cntmessageaction.cpp \
       
    37     src/cntvideocallaction.cpp \
       
    38     src/cntcallaction.cpp \
       
    39     src/cntemailaction.cpp \
       
    40     src/cntbrowseraction.cpp
       
    41 
       
    42 MOC_DIR = moc
       
    43 
       
    44 symbian:
       
    45  { 
       
    46     load(data_caging_paths)
       
    47     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    48     TARGET.EPOCALLOWDLLDATA = 1
       
    49     TARGET.UID3 = 0x20027012
       
    50     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    51     LIBS += -lQtContacts \
       
    52         -lxqservice
       
    53     target.path = /sys/bin
       
    54     INSTALLS += target
       
    55     symbianplugin.sources = $${TARGET}.dll
       
    56     symbianplugin.path = /resource/qt/plugins/contacts
       
    57     DEPLOYMENT += symbianplugin
       
    58 }