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