homescreenapp/stateplugins/hsapplibrarystateplugin/tsrc/t_allappsstate/t_allappsstate.pro
changeset 90 3ac3aaebaee5
child 95 32e56106abf2
equal deleted inserted replaced
86:e4f038c420f7 90:3ac3aaebaee5
       
     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               ../inc \
       
    41               ../../src \
       
    42               ../../inc
       
    43               
       
    44 INCLUDEPATH += .\
       
    45                ./inc \
       
    46                ../inc \
       
    47                ../../inc \
       
    48                ../../../hsmenuworkerstateplugin/inc \
       
    49                ../../../../serviceproviders/hsmenuserviceprovider/inc \               
       
    50                ../../../../hsutils/inc
       
    51                
       
    52 symbian {
       
    53     for(docmlFile, docmlFiles): DOCML+=../../$$docmlFile
       
    54     
       
    55     ### get rid of localization warnings
       
    56     CONFIG -= hb
       
    57     load(hb.prf)
       
    58     CONFIG -= symbian_i18n
       
    59     ###
       
    60     TARGET.UID3 = 0x20022F8B
       
    61     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    62     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    63     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    64     CONFIG += symbian_test
       
    65     coverage: CONFIG -= symbian_test
       
    66 	exists($${EPOCROOT}epoc32/include/platform/mw/XQSettingsManager) {
       
    67         LIBS += -lxqsettingsmanager
       
    68         
       
    69     MMP_RULES += SMPSAFE
       
    70     }    
       
    71 }
       
    72 
       
    73 RESOURCES += ../../$$qrcFile
       
    74 
       
    75 include(t_allappsstate.pri)
       
    76