locationsystemui/locationsysui/possettings/posmethodsplugin/pospsysettings.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:  PosPsySetting pro file
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = pospsysettings
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += ../inc
       
    21 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    22 CONFIG += hb \
       
    23 					plugin
       
    24 
       
    25 #Uncomment following line to disable logging
       
    26 #DEFINES += QT_NO_DEBUG_OUTPUT
       
    27 MOC_DIR = moc
       
    28 OBJECTS_DIR = obj
       
    29 RCC_DIR = rcc
       
    30 
       
    31 # Platforms
       
    32 SYMBIAN_PLATFORMS = WINSCW \
       
    33     ARMV5
       
    34 LIBS += -lcpframework \
       
    35     -llbs \
       
    36     -leposmodset \
       
    37     -lpossettingsengine
       
    38 
       
    39 # Input
       
    40 SOURCES += src/possettingssignalmapper.cpp \
       
    41     src/pospsysettingsplugin.cpp \
       
    42     src/pospsysettingsengine.cpp \
       
    43     src/pospsysettingsengineprivate.cpp
       
    44 HEADERS += inc/possettingssignalmapper.h \
       
    45     inc/pospsysettingsplugin.h \
       
    46     inc/pospsysettingsengine.h \
       
    47     inc/pospsysettingsengineprivate.h \
       
    48     inc/pospsysettingscommon.h
       
    49 symbian: { 
       
    50     TARGET.EPOCALLOWDLLDATA = 1
       
    51     DEFINES += PLUGINUID3=0x2002C31A
       
    52     TARGET.UID3 = 0x2002C31A
       
    53 }
       
    54 symbian { 
       
    55     deploy.path = C:
       
    56     qtplugins.path = /resource/qt/plugins/positioningsettings
       
    57     qtplugins.sources += qmakepluginstubs/pospsysettings.qtplugin
       
    58     
       
    59     # This is for new exporting system coming in garden
       
    60     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    61 }
       
    62 TARGET.CAPABILITY = All -TCB
       
    63 plugin.sources = pospsysettings.dll
       
    64 plugin.path = \resource\qt\plugins\positioningsettings
       
    65 DEPLOYMENT += plugin