locationsystemui/locationsysui/possettings/poslocationservices/poslocationservices.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:  Location Based Services Plugin pro file
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = poslocationservices
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += ../inc
       
    21 INCLUDEPATH += ../possettingsengine/inc
       
    22 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    23 CONFIG += hb \
       
    24     plugin
       
    25 MOC_DIR = moc
       
    26 OBJECTS_DIR = obj
       
    27 RCC_DIR = rcc
       
    28 RESOURCES = poslocationservices.qrc 
       
    29 
       
    30 # Platforms
       
    31 SYMBIAN_PLATFORMS = WINSCW \
       
    32     ARMV5
       
    33 LIBS += -lcpframework \
       
    34     -lpossettingsengine \
       
    35     -lepos_suplsettings \
       
    36     -lflogger
       
    37 
       
    38 # Input
       
    39 SOURCES += src/poslocationservices.cpp
       
    40 SOURCES += src/poslocationservicesengine.cpp
       
    41 SOURCES += src/poslocationservicesengineprivate.cpp
       
    42 SOURCES += src/locationservicescustomviewitem.cpp
       
    43 SOURCES += src/locationserviceswidget.cpp
       
    44 SOURCES += src/possettingssignalmapper.cpp
       
    45 
       
    46 HEADERS += inc/poslocationservices.h
       
    47 HEADERS += inc/poslocationservicescommon.h 
       
    48 HEADERS += inc/poslocationservicesengine.h
       
    49 HEADERS += inc/poslocationservicesengineprivate.h
       
    50 HEADERS += inc/locationservicescustomviewitem.h
       
    51 HEADERS += inc/locationserviceswidget.h
       
    52 HEADERS += inc/possettingssignalmapper.h
       
    53 
       
    54 symbian: { 
       
    55     TARGET.EPOCALLOWDLLDATA = 1
       
    56     DEFINES += PLUGINUID3=0x2002DCEB
       
    57     TARGET.UID3 = 0x2002DCEB
       
    58 }
       
    59 symbian { 
       
    60     deploy.path = C:
       
    61     qtplugins.path = /resource/qt/plugins/positioningsettings
       
    62     qtplugins.sources += qmakepluginstubs/poslocationservices.qtplugin
       
    63     
       
    64     # This is for new exporting system coming in garden
       
    65     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    66 }
       
    67 TARGET.CAPABILITY = All \
       
    68     -TCB
       
    69 plugin.sources = poslocationservices.dll
       
    70 plugin.path = \resource\qt\plugins\positioningsettings
       
    71 DEPLOYMENT += plugin