tsdevicedialog/tsdevicedialogplugin/tsrc/t_tsmodel/t_tsmodel.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 CONFIG += hb testcase mobility
       
    19 MOBILITY = serviceframework 
       
    20 
       
    21 INCLUDEPATH +=  . \
       
    22                 ../mocks \
       
    23                 ../../inc \
       
    24                 ../../../../inc \
       
    25       
       
    26 HEADERS +=  t_tsmodel.h \
       
    27             ../../../../inc/tstaskmonitor.h \
       
    28             ../../../../inc/tstaskchangeinfo.h \
       
    29             ../mocks/afmanager.h \
       
    30             ../mocks/mocktstaskmonitor.h \
       
    31             ../mocks/mocktstask.h \
       
    32             ../../inc/tsmodel.h \
       
    33             ../../inc/tsmodelitem.h \
       
    34             ../../inc/tsentrymodelitem.h \
       
    35             ../../inc/tsactivitymodelitem.h
       
    36 
       
    37 SOURCES +=  t_tsmodel.cpp \
       
    38             ../mocks/afmanager.cpp \
       
    39             ../mocks/mocktstaskmonitor.cpp \
       
    40             ../mocks/mocktstask.cpp \
       
    41             ../../src/tsmodel.cpp \
       
    42             ../../src/tsentrymodelitem.cpp \
       
    43             ../../src/tsactivitymodelitem.cpp \
       
    44             ../../../../taskswitcher/client/src/tstaskchangeinfo.cpp 
       
    45 
       
    46 DEFINES += TSTASKMONITOR_TEST
       
    47             
       
    48 symbian {
       
    49     CONFIG += symbian_test
       
    50     LIBS += -lxqsettingsmanager
       
    51     
       
    52     coverage: CONFIG -= symbian_test
       
    53     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    54     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    55     
       
    56     LIBS += -lapgrfx -lapparc
       
    57 }
       
    58 
       
    59 include(../../../common.pri)