homescreenapp/stateplugins/hsapplibrarystateplugin/tsrc/t_collectionsstate/t_collectionsstate.pro
changeset 96 458d8c8d9580
child 97 66b5fe3c07fd
equal deleted inserted replaced
92:6727c5d0afc7 96:458d8c8d9580
       
     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 CONFIG += hb mobility
       
    19 MOBILITY = serviceframework
       
    20 
       
    21 include(../../../../common.pri)
       
    22 include(../../docml.pri)
       
    23 
       
    24 LIBS += -lhsdomainmodel
       
    25 LIBS += -lhsutils
       
    26 LIBS += -lhsmenuserviceprovider
       
    27 LIBS += -lcaclient
       
    28 
       
    29 QT += testlib \
       
    30       xml \
       
    31       sql
       
    32 
       
    33 DEFINES += MENUSTATES_UNITTEST
       
    34 
       
    35 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    36 
       
    37 DEPENDPATH += .\
       
    38               ./src \
       
    39               ./inc \
       
    40               ../src \
       
    41               ../inc \              
       
    42               ../../src \
       
    43               ../../inc
       
    44               
       
    45 INCLUDEPATH += .\
       
    46                ./inc \
       
    47                ../../inc \
       
    48                ../src \
       
    49                ../inc \                  
       
    50                ../../../hsmenuworkerstateplugin/inc \
       
    51                ../../../../serviceproviders/hsmenuserviceprovider/inc \               
       
    52                ../../../../hsutils/inc \
       
    53                ../../../../hsdomainmodel/inc/
       
    54                
       
    55 symbian {
       
    56     for(docmlFile, docmlFiles): DOCML+=../../$$docmlFile
       
    57     ### get rid of localization warnings
       
    58     CONFIG -= hb
       
    59     load(hb.prf)
       
    60     CONFIG -= symbian_i18n
       
    61     ###
       
    62     TARGET.UID3 = 0x2002DCED
       
    63     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    64     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    65     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    66     CONFIG += symbian_test
       
    67     coverage: CONFIG -= symbian_test
       
    68     exists($${EPOCROOT}epoc32/include/platform/mw/XQSettingsManager) {
       
    69         LIBS += -lxqsettingsmanager
       
    70         
       
    71     MMP_RULES += SMPSAFE
       
    72     }    
       
    73 }
       
    74 
       
    75 RESOURCES += ../../$$qrcFile
       
    76 
       
    77 include(t_collectionsstate.pri)
       
    78