taskswitcher/utils/tsrc/t_tsentrykeyhandling/t_tsentrykeyhandling.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                 ../../inc/
       
    24       
       
    25 HEADERS +=  t_tsentrykeyhandling.h \
       
    26 
       
    27 SOURCES +=  t_tsentrykeyhandling.cpp \
       
    28             ../../src/tsentrykey.cpp \
       
    29             ../../src/tsentrykeygenerator.cpp
       
    30 
       
    31 LIBS += -lestor.dll
       
    32 
       
    33 symbian {
       
    34     CONFIG += symbian_test
       
    35     coverage: CONFIG -= symbian_test
       
    36     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    37     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    38     
       
    39     TARGET.CAPABILITY = ALL -TCB
       
    40     TARGET.EPOCALLOWDLLDATA=1
       
    41 }
       
    42 
       
    43 coverage {
       
    44     DEFINES += COVERAGE_MEASUREMENT
       
    45     DEFINES += QT_NO_DEBUG  # omit ASSERTS in coverage measurements
       
    46 }