taskswitcher/server/tsrc/t_tsstorage/t_tsstorage.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_tsstorage.cpp \
       
    21            t_tsmodel.cpp
       
    22 
       
    23 HEADERS += t_tsstorage.h \
       
    24            t_tsmodel.h
       
    25 
       
    26 INCLUDEPATH += ../../../utils/inc \
       
    27                ../../../inc \
       
    28 
       
    29 SOURCES +=  ../../src/tsmodelitemkey.cpp \
       
    30             ../../src/tsmodelitem.cpp \
       
    31             ../../src/tsmodel.cpp \
       
    32             ../../src/tsstorage.cpp \
       
    33             ../../src/tsmodelitemkeymsg.cpp
       
    34 
       
    35 HEADERS +=  ../../inc/tsmodelobserver.h \
       
    36             ../../inc/tsmodelitemkey.h \
       
    37             ../../inc/tsmodelitem.h \
       
    38             ../../inc/tsmodel.h \
       
    39             ../../inc/tsstorage.h \
       
    40             ../../inc/tsmodelitemkeymsg.h
       
    41             
       
    42 
       
    43 symbian {
       
    44     CONFIG += symbian_test
       
    45     coverage: CONFIG -= symbian_test
       
    46     TARGET.CAPABILITY = ALL -TCB
       
    47     
       
    48     LIBS += -lestor \       # for RWriteStream
       
    49     
       
    50 }