taskswitcher/server/tsrc/t_tsserializeddataprovider/t_tsserializeddataprovider.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
       
    18 
       
    19 
       
    20 SOURCES += t_tsserializeddataprovider.cpp \
       
    21            t_tsmodel.cpp
       
    22 
       
    23 HEADERS += t_tsserializeddataprovider.h \
       
    24            t_tsmodel.h
       
    25 
       
    26 
       
    27 SOURCES +=  ../../src/tsmodelitemkey.cpp \
       
    28             ../../src/tsmodelitem.cpp \
       
    29             ../../src/tsmodel.cpp \
       
    30             ../../src/tsserializeddataprovider.cpp
       
    31 
       
    32 HEADERS +=  ../../inc/tsmodelitemkey.h \ 
       
    33             ../../inc/tsmodelitem.h \
       
    34             ../../inc/tsmodel.h \
       
    35             ../../inc/tsserializeddataprovider.h \
       
    36             ../../../utils/inc/tsdataobserver.h
       
    37 
       
    38 symbian {
       
    39 LIBS += -lestor
       
    40 CONFIG += symbian_test
       
    41 coverage: CONFIG -= symbian_test
       
    42 TARGET.CAPABILITY = ALL -TCB
       
    43 }