taskswitcher/client/tsrc/t_tstaskmonitorclient/t_tstaskmonitorclient.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     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 +=  t_tstaskmonitorclient.h \
       
    25 
       
    26 SOURCES +=  t_tstaskmonitorclient.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 LIBS += -ltsutils.dll
       
    46 
       
    47 INCLUDEPATH += ../../../../internal/tstestutils/inc
       
    48 LIBS += -ltstestutils
       
    49 
       
    50 coverage {
       
    51     DEFINES += COVERAGE_MEASUREMENT
       
    52     DEFINES += QT_NO_DEBUG  # omit ASSERTS in coverage measurements
       
    53 }    
       
    54 
       
    55 include(../../client.pri)