locationsystemui/locationsysui/possettings/possettingsengine/possettingsengine.pro
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 #
       
     2 # Copyright (c) 2010 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:  PosSettingsEngine pro file
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = possettingsengine
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += ../inc
       
    21 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    22 CONFIG += hb
       
    23 
       
    24 
       
    25        
       
    26 MOC_DIR =     moc
       
    27 OBJECTS_DIR = obj
       
    28 RCC_DIR = rcc
       
    29 RESOURCES = possettings.qrc 
       
    30 
       
    31 # Platforms
       
    32 SYMBIAN_PLATFORMS = WINSCW \
       
    33     ARMV5
       
    34 LIBS += -lcpframework \
       
    35     -llbt \
       
    36     -llbs \
       
    37     -llbtmanager \
       
    38     -leposmodset \
       
    39     -lepos_suplsettings \
       
    40     -lxqsettingsmanager
       
    41 
       
    42 # Input
       
    43 SOURCES += src/possettingspluginsloader.cpp \
       
    44     src/possettingspushbuttonitem.cpp \
       
    45     src/possettingsgroupboxitem.cpp \
       
    46     src/possettingsform.cpp \
       
    47     src/possettingsview.cpp \
       
    48     src/possettingsengineprivate.cpp \
       
    49     src/possettingsengine.cpp \
       
    50     src/possettingsadvview.cpp \
       
    51     src/possettingsadvop.cpp \
       
    52     src/checkcustomviewitem.cpp
       
    53 HEADERS += inc/possettingspluginsloader.h \
       
    54     inc/possettingspushbuttonitem.h \
       
    55     inc/possettingsgroupboxitem.h \
       
    56     inc/possettingsform.h \
       
    57     inc/possettingsengineprivate.h \
       
    58     inc/possettingsengine.h \
       
    59     inc/possettingscommon.h \
       
    60     inc/possettingsadvview.h \    
       
    61     ../inc/possettingsadvop.h \
       
    62     inc/checkcustomviewitem.h 
       
    63 symbian: { 
       
    64     TARGET.EPOCALLOWDLLDATA = 1
       
    65     DEFINES += BUILD_POSSETTINGS
       
    66     DEFINES += PLUGINUID3=0x2002C319
       
    67     TARGET.UID3 = 0x2002C319
       
    68 }
       
    69 
       
    70 # Build.inf rules
       
    71 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" 
       
    72      
       
    73 TARGET.CAPABILITY = All -TCB
       
    74