phonesettings/cpphonesettingsplugins/divertplugin/divertplugin.pro
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
       
     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 TARGET = cpdivertplugin
       
    19 DEPENDPATH  += .
       
    20 INCLUDEPATH += .
       
    21 INCLUDEPATH += ../cptelephonyutils/inc
       
    22 CONFIG += hb plugin
       
    23 
       
    24 TRANSLATIONS = telephone_cp.ts
       
    25 
       
    26 MOC_DIR = moc
       
    27 OBJECTS_DIR = obj
       
    28 RCC_DIR = rcc
       
    29 LIBS += -lcpframework \
       
    30         -lpsetwrapper \
       
    31         -lsssettingswrapper \
       
    32         -lcptelephonyutils \
       
    33         -lpsuinotes
       
    34 
       
    35 # Input
       
    36 SOURCES += src/cpdivertplugingroup.cpp \
       
    37     src/cpdivertplugin.cpp \
       
    38     src/cpdivertitemdata.cpp
       
    39 
       
    40 HEADERS += src/cpdivertplugingroup.h \
       
    41     src/cpdivertplugin.h \
       
    42     src/cpdivertitemdata.h
       
    43 
       
    44 include(../cpplugincommon.pri)
       
    45 
       
    46 symbian: {
       
    47     TARGET.UID3 = 0X20029F25
       
    48     LIBS += -lxqsysinfo \
       
    49         -lxqsettingsmanager
       
    50 }
       
    51 
       
    52