mpdata/tsrc/unittest_mpcollectiondatamodel/unittest_mpcollectiondatamodel.pro
changeset 22 ecf06a08d4d9
child 37 eb79a7c355bf
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
       
     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 mpcollectiondatamodel
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = app
       
    19 CONFIG += qtestlib hb
       
    20 TARGET = 
       
    21 
       
    22 DEPENDPATH += .
       
    23 INCLUDEPATH += . \
       
    24     stub/inc \
       
    25     ../../inc \
       
    26     ../../../inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    28 
       
    29 LIBS += -lestor.dll \
       
    30         -lfbscli.dll
       
    31 
       
    32 HEADERS += inc/unittest_mpcollectiondatamodel.h \
       
    33            inc/unittest_helper.h \
       
    34            stub/inc/mpcollectionalbumartmanager.h \
       
    35            stub/inc/mpmpxcollectiondata.h \
       
    36            ../../../inc/mpcollectiondatamodel.h \
       
    37                
       
    38 SOURCES += src/unittest_mpcollectiondatamodel.cpp \
       
    39            src/unittest_helper.cpp \
       
    40            stub/src/mpcollectionalbumartmanager.cpp \
       
    41            stub/src/mpmpxcollectiondata.cpp \
       
    42            ../../src/mpcollectiondatamodel.cpp
       
    43 
       
    44 DEFINES += BUILD_MPDATA_LIB
       
    45 
       
    46 RESOURCES += resources/unittest_mpcollectiondatamodelresources.qrc