stateproviders/ftustateprovider/ftustateprovider.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 state provider project file
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 
       
    19 DEFINES += FTUSTATEPROVIDER_LIB
       
    20 
       
    21 
       
    22 symbian {
       
    23     CONFIG(debug, debug|release) {
       
    24       DESTDIR = debug      
       
    25     } else {
       
    26       DESTDIR = release
       
    27     }
       
    28 }
       
    29 
       
    30 win32 {
       
    31     CONFIG(debug, debug|release) {
       
    32       SUBDIRPART = debug
       
    33     } else {
       
    34       SUBDIRPART = release
       
    35     }
       
    36     DESTDIR = $$PWD/../../../bin/$$SUBDIRPART/fturesources/plugins/stateproviders
       
    37     LIBS += -L$$PWD/../../../bin/debug
       
    38 }
       
    39 
       
    40 LIBS += -lftuwizardmodel
       
    41 LIBS += -lftuwizardprovider
       
    42 LIBS += -lfturuntimeservices
       
    43 
       
    44 CONFIG += debug_and_release
       
    45 
       
    46 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    47 
       
    48 CONFIG += hb
       
    49 
       
    50 QT += xml
       
    51 
       
    52 nft:DEFINES += NFT
       
    53 
       
    54 DEPENDPATH += ./inc \
       
    55               ./src
       
    56 
       
    57 INCLUDEPATH += ./inc \
       
    58                ../../inc \
       
    59                ../../wizardproviders/ftuwizardprovider/inc
       
    60                
       
    61 #TRANSLATIONS=ftustateprovider.ts
       
    62 
       
    63 symbian {
       
    64     TARGET.UID2 = 0x20004C45
       
    65     TARGET.UID3 = 0x20026F99
       
    66     TARGET.EPOCALLOWDLLDATA=1
       
    67     TARGET.CAPABILITY = ALL -TCB
       
    68     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    69     
       
    70     #include(ftustateprovider_installs_symbian.pri)
       
    71     
       
    72     BLD_INF_RULES.prj_exports += "./inc/ftustateprovider_global.h |../../inc/" \                             
       
    73                              "./inc/ftustateprovider.h |../../inc/"
       
    74 }
       
    75 
       
    76 win32:include(ftustateprovider_installs_win32.pri)
       
    77 
       
    78 symbian:unix:include(ftustateprovider_installs_unix.pri)
       
    79 
       
    80 include(ftustateprovider.pri)
       
    81 
       
    82 #ONLY FOR DEVELOPMENT! REMOVE THIS BEFORE EACH HS_Domain RELEASE!
       
    83 symbian: MMP_RULES += EXPORTUNFROZEN