taskswitcher/server/tsrc/t_tsservicesprovider/t_tsservicesprovider.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 CONFIG += qtestlib console mobility
       
    18 MOBILITY = serviceframework
       
    19 
       
    20 SOURCES += t_tsservicesprovider.cpp \
       
    21            tstestmodel.cpp \
       
    22            tsservicesproviderconfig.cpp \
       
    23            
       
    24            
       
    25 HEADERS += t_tsservicesprovider.h \
       
    26            tstestmodel.h \
       
    27            tsservicesproviderconfig.h
       
    28            
       
    29 
       
    30 SOURCES +=  ../../src/tsservicesprovider.cpp \
       
    31             ../../src/tsservice.cpp \
       
    32             ../../src/tsmodelitemkey.cpp \
       
    33             ../../src/tsmodelitem.cpp \
       
    34             ../../src/tsmodel.cpp \
       
    35             ../../src/tsserviceobserver.cpp
       
    36 
       
    37 HEADERS +=  ../../inc/tsservicesprovider.h \
       
    38             ../../inc/tsservice.h \
       
    39             ../../inc/tsmodelitemkey.h \
       
    40             ../../inc/tsmodelitem.h \
       
    41             ../../inc/tsserviceobserver.h \
       
    42 
       
    43 INCLUDEPATH += ../../../utils/inc
       
    44                 
       
    45 
       
    46 LIBS += -lxqutils \
       
    47         -lestor
       
    48 
       
    49 symbian {
       
    50 CONFIG += symbian_test
       
    51 coverage: CONFIG -= symbian_test
       
    52 TARGET.CAPABILITY = ALL -TCB
       
    53 }