phonesettings/cpphonesettingsplugins/callsplugin/callsplugin.pro
changeset 21 92ab7f8d0eab
child 50 377c906a8701
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 = cpcallsplugin
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += .
       
    21 INCLUDEPATH += ../cptelephonyutils/inc
       
    22 
       
    23 CONFIG += hb plugin
       
    24 
       
    25 TRANSLATIONS = telephone_cp.ts
       
    26 
       
    27 MOC_DIR = moc
       
    28 OBJECTS_DIR = obj
       
    29 RCC_DIR = rcc
       
    30 LIBS += -lcpframework \
       
    31         -lpsetwrapper \
       
    32         -lsssettingswrapper \
       
    33         -lcptelephonyutils
       
    34 
       
    35 # Input
       
    36 SOURCES += src/cpcallsplugingroup.cpp \
       
    37     src/cpcallsplugin.cpp
       
    38 			
       
    39 HEADERS += src/cpcallsplugingroup.h \
       
    40     src/cpcallsplugin.h
       
    41 
       
    42 include(../cpplugincommon.pri)
       
    43 
       
    44 symbian: {
       
    45     TARGET.UID3 = 0X20029F26
       
    46     LIBS += -lxqsysinfo \
       
    47         -lxqsettingsmanager
       
    48 }
       
    49