mpdata/tsrc/unittest_mpcollectiontbonelistdatamodel/unittest_mpcollectiontbonelistdatamodel.pro
changeset 29 8192e5b5c935
child 43 0f32e550d9d8
child 48 af3740e3753f
equal deleted inserted replaced
25:3ec52facab4d 29:8192e5b5c935
       
     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: Unit test for mpcollectiontbonelistdatamodel
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = app
       
    19 CONFIG += qtestlib hb
       
    20 CONFIG += symbian_test
       
    21 TARGET = unittest_mpcollectiontbonelistdatamodel
       
    22 TARGET.CAPABILITY = CAP_APPLICATION
       
    23 
       
    24 DEPENDPATH += .
       
    25 INCLUDEPATH += . \
       
    26     stub/inc \
       
    27     ../../inc \
       
    28     ../../../inc
       
    29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    30 
       
    31 LIBS += -lestor.dll \
       
    32         -lfbscli.dll
       
    33 
       
    34 HEADERS += inc/unittest_mpcollectiontbonelistdatamodel.h \
       
    35            inc/unittest_helper.h \
       
    36            stub/inc/mpmpxcollectiondata.h \
       
    37            ../../../inc/mpcollectiontbonelistdatamodel.h \
       
    38                
       
    39 SOURCES += src/unittest_mpcollectiontbonelistdatamodel.cpp \
       
    40            src/unittest_helper.cpp \
       
    41            stub/src/mpmpxcollectiondata.cpp \
       
    42            ../../src/mpcollectiontbonelistdatamodel.cpp
       
    43 
       
    44 DEFINES += BUILD_MPDATA_LIB
       
    45