tsdevicedialog/tsdevicedialogplugin/tsrc/t_tsdevicedialogplugin/t_tsdevicedialogplugin.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 publishsubscribe
       
    20 
       
    21 INCLUDEPATH +=  . \
       
    22                 ../mocks \
       
    23                 ../../inc \
       
    24                 ../../../../inc \
       
    25       
       
    26 HEADERS +=  t_tsdevicedialogplugin.h \
       
    27             ../mocks/afmanager.h \
       
    28             ../../inc/tsdevicedialogplugin.h \
       
    29             ../../inc/tsdocumentloader.h \
       
    30             ../../inc/tstasksgrid.h \
       
    31             ../../inc/tsdevicedialogcontainer.h \
       
    32             ../../inc/tstasksgriditem.h \
       
    33             ../../inc/tsmodel.h \
       
    34             ../../inc/tsmodelitem.h \
       
    35             ../../inc/tsentrymodelitem.h \
       
    36             ../../inc/tsactivitymodelitem.h \
       
    37             ../../inc/tsnoitemslabel.h \
       
    38 
       
    39 SOURCES +=  t_tsdevicedialogplugin.cpp \
       
    40             ../mocks/afmanager.cpp \
       
    41             ../../src/tsdevicedialogplugin.cpp \
       
    42             ../../src/tsdocumentloader.cpp \
       
    43             ../../src/tstasksgrid.cpp \            
       
    44             ../../src/tsdevicedialogcontainer.cpp \
       
    45             ../../src/tstasksgriditem.cpp \
       
    46             ../../src/tsmodel.cpp \
       
    47             ../../src/tsentrymodelitem.cpp \
       
    48             ../../src/tsactivitymodelitem.cpp \
       
    49             ../../src/tsnoitemslabel.cpp \
       
    50 
       
    51 RESOURCES += ../../tsdevicedialogplugin.qrc            
       
    52                       
       
    53 LIBS +=     -ltstaskmonitorclient
       
    54 
       
    55 symbian {
       
    56     CONFIG += symbian_test
       
    57     LIBS += -lxqsettingsmanager \
       
    58             -lapgrfx \      # for RApaLsSession
       
    59             -lapparc \      # for TApaAppInfo
       
    60     
       
    61     coverage: CONFIG -= symbian_test
       
    62     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    63     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    64 
       
    65     MMP_RULES += "$${LITERAL_HASH}if defined(WINSCW)" \
       
    66     "SECUREID		0x20022FC5" \
       
    67     "$${LITERAL_HASH}endif"
       
    68 }
       
    69 
       
    70 INCLUDEPATH += ../../../../internal/tstestutils/inc
       
    71 LIBS += -ltstestutils
       
    72 
       
    73 include(../../../common.pri)