contentstorage/cahandler/tapp/tsrc/t_catapphandler/t_catapphandler.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 TEMPLATE = app
       
    12 
       
    13 CONFIG += hb mobility
       
    14 MOBILITY = serviceframework
       
    15 HB = hbcore
       
    16 
       
    17 include(../../../../../common.pri)
       
    18 CONFIG(debug, debug|release):DESTDIR = debug
       
    19 else:DESTDIR = release
       
    20 CONFIG += debug_and_release \
       
    21     console
       
    22 QT += testlib
       
    23 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    24 DEPENDPATH += . \
       
    25     ./inc \
       
    26     ./src \
       
    27     ../../inc \
       
    28     ../../src \
       
    29     ../../../../caclient/inc
       
    30 INCLUDEPATH += ./inc \
       
    31     ../../inc \
       
    32     ../../../inc \
       
    33     ../../../../caclient/s60/inc \
       
    34     ../../../../cautils/inc \
       
    35     ../../../../caclient/inc \
       
    36     ../../../caclient/inc \
       
    37     ../../caclient/inc
       
    38 include(t_catapphandler.pri)
       
    39 LIBS += -lxqservice \
       
    40     -lcautils \
       
    41     -lws32 \
       
    42     -lapgrfx \
       
    43     -lcaclient
       
    44 symbian: { 
       
    45     ### get rid of localization warnings
       
    46     CONFIG -= hb
       
    47     load(hb.prf)
       
    48     CONFIG -= symbian_i18n
       
    49     ###
       
    50 
       
    51     CONFIG += symbian_test
       
    52     coverage: CONFIG -= symbian_test
       
    53     
       
    54     TARGET.UID2 = 0x10009D8D
       
    55     TARGET.UID3 = 0x20028714
       
    56     TARGET.CAPABILITY = ALL \
       
    57         -TCB
       
    58     TARGET.EPOCSTACKSIZE = 0x14000 \
       
    59         // \
       
    60         80kB
       
    61     TARGET.EPOCHEAPSIZE = 0x20000 \
       
    62         0x1000000 \
       
    63         // \
       
    64         128kB \
       
    65         - \
       
    66         16MB
       
    67 }