homescreen_plat/homescreenclient_api/tsrc/t_hsmenuclientplugin/t_hsmenuclientplugin.pro
changeset 97 66b5fe3c07fd
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
       
     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:
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 
       
    19 include(../../../../homescreenapp/common.pri)
       
    20 
       
    21 CONFIG += debug_and_release \
       
    22           console \
       
    23           hb \
       
    24           mobility
       
    25 
       
    26 MOBILITY = serviceframework
       
    27 
       
    28 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    29 
       
    30 QT += testlib
       
    31 LIBS += -lcaclient
       
    32 
       
    33 DEFINES += HSDOMAINMODEL_TEST\
       
    34            HSMENUCLIENTPLUGIN_UNITTEST
       
    35 
       
    36 win32: {
       
    37 DEFINES += CACLIENT_TEST
       
    38 }
       
    39 
       
    40 DEPENDPATH += .\
       
    41               ./src \
       
    42               ./inc \
       
    43               ../../../../homescreenapp/hsmenuclientplugin/src \
       
    44               ../../../../homescreenapp/hsmenuclientplugin/inc
       
    45 
       
    46 INCLUDEPATH += .\
       
    47                ./inc \
       
    48                ../../../../homescreenapp/hsmenuclientplugin/inc \
       
    49                ../../inc/
       
    50 
       
    51 symbian: {
       
    52     ### get rid of localization warnings
       
    53     CONFIG -= hb
       
    54     load(hb.prf)
       
    55     CONFIG -= symbian_i18n
       
    56     ###
       
    57     CONFIG += symbian_test
       
    58     coverage: CONFIG -= symbian_test
       
    59     TARGET.UID3 = 20028716
       
    60     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    61     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    62 }
       
    63 
       
    64 include(t_hsmenuclientplugin.pri)
       
    65 
       
    66 
       
    67 symbian:MMP_RULES += SMPSAFE