runtimeproviders/ftudefaultruntimeprovider/ftudefaultruntimeprovider.pro
changeset 0 c464cd7e2753
child 2 66c26770985f
equal deleted inserted replaced
-1:000000000000 0:c464cd7e2753
       
     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:  FTU default runtime provider project file
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 
       
    19 
       
    20 symbian {
       
    21     CONFIG(debug, debug|release) {
       
    22         DESTDIR = debug
       
    23     } else {  
       
    24         DESTDIR = release
       
    25     }
       
    26 }
       
    27 
       
    28 win32 {
       
    29     CONFIG(debug, debug|release) {
       
    30       SUBDIRPART = debug
       
    31     } else {
       
    32       SUBDIRPART = release
       
    33     }
       
    34     DESTDIR = $$PWD/../../../bin/$$SUBDIRPART/fturesources/plugins/runtimeproviders
       
    35     LIBS += -L$$PWD/../../../bin/debug
       
    36 }
       
    37 
       
    38 LIBS +=  -lfturuntimeservices
       
    39 LIBS +=  -lftustateprovider
       
    40     
       
    41 CONFIG += plugin debug_and_release
       
    42 
       
    43 CONFIG += hb
       
    44 
       
    45 CONFIG += hb mobility
       
    46 MOBILITY = serviceframework
       
    47 
       
    48 QT += xml sql
       
    49 
       
    50 DEFINES += FTUDEFAULTRUNTIMEPROVIDER_LIB
       
    51 
       
    52 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    53 
       
    54 DEPENDPATH +=   ./inc \
       
    55                 ./src
       
    56 
       
    57 INCLUDEPATH += ./inc \
       
    58                ../../inc \
       
    59 
       
    60 symbian {
       
    61     TARGET.UID3 = 0x20026F97
       
    62     TARGET.EPOCALLOWDLLDATA=1
       
    63     TARGET.CAPABILITY = ALL -TCB
       
    64     appkey:DEFINES += S60APP_KEY
       
    65     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    66 
       
    67     include(ftudefaultruntimeprovider_installs_symbian.pri)
       
    68 }
       
    69 
       
    70 win32 {
       
    71 include(ftudefaultruntimeprovider_installs_win32.pri)
       
    72 }
       
    73 
       
    74 symbian:unix:include(ftudefaultruntimeprovider_installs_unix.pri)
       
    75 
       
    76 include(ftudefaultruntimeprovider.pri)
       
    77 
       
    78 symbian: plugin{
       
    79     BLD_INF_RULES.prj_exports += "resource/$${TARGET}.s60xml z:$$qtplugins.path/$${TARGET}.xml"
       
    80     
       
    81     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)"
       
    82 
       
    83 }