mpdata/tsrc/unittest_mpcollectiondatamodel/unittest_mpcollectiondatamodel.pro
changeset 55 f3930dda3342
parent 43 0f32e550d9d8
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    14 # Description: mpcollectiondatamodel unit test project file.
    14 # Description: mpcollectiondatamodel unit test project file.
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 CONFIG += qtestlib hb symbian_test
    18 CONFIG += qtestlib hb symbian_test
    19 TARGET = unittest_mpcollectiontbonelistdatamodel
    19 TARGET = unittest_mpcollectiondatamodel
    20 TARGET.CAPABILITY = CAP_APPLICATION
    20 TARGET.CAPABILITY = CAP_APPLICATION
    21 
    21 
    22 DEPENDPATH += .
    22 DEPENDPATH += .
    23 INCLUDEPATH += . \
    23 INCLUDEPATH += . \
    24                stub/inc \
    24                stub/inc \
    32 
    32 
    33 HEADERS += inc/unittest_mpcollectiondatamodel.h \
    33 HEADERS += inc/unittest_mpcollectiondatamodel.h \
    34            inc/unittest_helper.h \
    34            inc/unittest_helper.h \
    35            stub/inc/mpcollectionalbumartmanager.h \
    35            stub/inc/mpcollectionalbumartmanager.h \
    36            stub/inc/mpmpxcollectiondata.h \
    36            stub/inc/mpmpxcollectiondata.h \
    37            ../../../inc/mpcollectiondatamodel.h \
    37            stub/inc/mpplaybackdata.h \
       
    38            ../../../inc/mpcollectiondatamodel.h
    38                
    39                
    39 SOURCES += src/unittest_mpcollectiondatamodel.cpp \
    40 SOURCES += src/unittest_mpcollectiondatamodel.cpp \
    40            src/unittest_helper.cpp \
    41            src/unittest_helper.cpp \
    41            stub/src/mpcollectionalbumartmanager.cpp \
    42            stub/src/mpcollectionalbumartmanager.cpp \
    42            stub/src/mpmpxcollectiondata.cpp \
    43            stub/src/mpmpxcollectiondata.cpp \
       
    44            stub/src/mpplaybackdata.cpp \
    43            ../../src/mpcollectiondatamodel.cpp
    45            ../../src/mpcollectiondatamodel.cpp
    44 
    46 
    45 DEFINES += BUILD_MPDATA_LIB
    47 DEFINES += BUILD_MPDATA_LIB
    46 
    48 
    47 RESOURCES += resources/unittest_mpcollectiondatamodelresources.qrc
    49 RESOURCES += resources/unittest_mpcollectiondatamodelresources.qrc