contentstorage/cahandler/url/tsrc/t_caurlhandler/t_caurlhandler.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 
       
    12 
       
    13 TEMPLATE = app
       
    14 
       
    15 CONFIG += hb mobility
       
    16 MOBILITY = serviceframework
       
    17 HB = hbcore
       
    18 
       
    19 include(../../../../../common.pri)
       
    20 
       
    21 CONFIG(debug, debug|release) {
       
    22     DESTDIR = debug
       
    23 } else {
       
    24     DESTDIR = release
       
    25 }
       
    26 
       
    27 CONFIG += debug_and_release \
       
    28     console
       
    29 QT += testlib
       
    30 	
       
    31 
       
    32 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    33 
       
    34 DEPENDPATH += . \
       
    35     ./inc \
       
    36     ./src \
       
    37     ../../inc \
       
    38     ../../src
       
    39 	
       
    40 INCLUDEPATH += ./inc \
       
    41 	../../../../inc \
       
    42 	../../../../cautils/inc \
       
    43 	../../../../castorage/inc \
       
    44     ../../../../caclient/inc \
       
    45     ../../cahandler/url/inc \
       
    46     $$MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 include(t_caurlhandler.pri)
       
    49 		
       
    50 symbian: { 
       
    51 
       
    52     CONFIG += symbian_test
       
    53     coverage: CONFIG -= symbian_test
       
    54     
       
    55     ### get rid of localization warnings
       
    56     CONFIG -= hb
       
    57     load(hb.prf)
       
    58     CONFIG -= symbian_i18n
       
    59     ###
       
    60     
       
    61     TARGET.UID2 = 0x10009D8D
       
    62     TARGET.UID3 = 0x2002DCF1
       
    63     TARGET.CAPABILITY = ALL \
       
    64         -TCB
       
    65     TARGET.EPOCSTACKSIZE = 0x14000 \
       
    66         // \
       
    67         80kB
       
    68     TARGET.EPOCHEAPSIZE = 0x20000 \
       
    69         0x1000000 \
       
    70         // \
       
    71         128kB \
       
    72         - \
       
    73         16MB
       
    74 	
       
    75 	LIBS += \
       
    76         -leuser \
       
    77         -lecom \
       
    78         -lcautils \
       
    79         -lapgrfx \
       
    80         -lws32 \
       
    81         -lapparc \
       
    82         -lsisregistryclient \
       
    83         -lxqutils \
       
    84         -lcaclient
       
    85 	
       
    86 }
       
    87 
       
    88