homescreensrv_plat/taskswitcher_api/tsrc/t_tstasksettings/t_tstasksettings.pro
changeset 125 26079c1bb561
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
       
     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 QT *= testlib
       
    20 CONFIG += console   
       
    21       
       
    22 INCLUDEPATH +=  . \
       
    23       
       
    24 HEADERS += inc/t_tstasksettings.h \
       
    25 
       
    26 SOURCES += src/t_tstasksettings.cpp \
       
    27 
       
    28 DEFINES += TSTASKMONITOR_TEST
       
    29 
       
    30 symbian {
       
    31     CONFIG += symbian_test
       
    32     coverage: CONFIG -= symbian_test
       
    33     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    34     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    35     
       
    36     TARGET.CAPABILITY = ALL -TCB
       
    37     TARGET.EPOCALLOWDLLDATA=1   
       
    38     
       
    39     LIBS += -lcone \
       
    40             -lapgrfx \      # for RApaLsSession
       
    41             -lws32 \        # for RWsSession
       
    42             
       
    43 }
       
    44 
       
    45 INCLUDEPATH += ../../../../internal/tstestutils/inc
       
    46 LIBS += -ltstestutils.lib
       
    47 
       
    48 coverage {
       
    49     DEFINES += COVERAGE_MEASUREMENT
       
    50     DEFINES += QT_NO_DEBUG  # omit ASSERTS in coverage measurements
       
    51 }
       
    52 
       
    53 include(../../../../taskswitcher/client/client.pri)
       
    54 
       
    55 symbian:MMP_RULES += SMPSAFE