phonesettings/cpphonesettingsplugins/divertplugin/divertplugin.pro
changeset 21 92ab7f8d0eab
child 45 6b911d05207e
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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 
       
    34 # Input
       
    35 SOURCES += src/cpdivertplugingroup.cpp \
       
    36     src/cpdivertplugin.cpp \
       
    37     src/cpdivertselectionitem.cpp \
       
    38     src/cpdivertselectioncustomitem.cpp \
       
    39     src/cpdivertitemdata.cpp
       
    40     
       
    41 HEADERS += src/cpdivertplugingroup.h \
       
    42     src/cpdivertplugin.h \
       
    43     src/cpdivertselectionitem.h \
       
    44     src/cpdivertselectioncustomitem.h \
       
    45     src/cpdivertitemdata.h
       
    46     
       
    47 include(../cpplugincommon.pri)
       
    48 
       
    49 symbian: {
       
    50     TARGET.UID3 = 0X20029F25
       
    51     LIBS += -lxqsysinfo \
       
    52         -lxqsettingsmanager
       
    53 }
       
    54 
       
    55