mpdata/tsrc/unittest_mpcollectionalbumartmanager/unittest_mpcollectionalbumartmanager.pro
changeset 43 0f32e550d9d8
parent 35 fdb31ab341af
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: Unit test for mpcollectionalbumartmanager
    14 # Description: mpcollectionalbumartmanager unit test project file.
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 CONFIG += qtestlib hb
    18 CONFIG += qtestlib hb symbian_test
    19 CONFIG += symbian_test
       
    20 TARGET = unittest_mpcollectionalbumartmanager
    19 TARGET = unittest_mpcollectionalbumartmanager
    21 TARGET.CAPABILITY = CAP_APPLICATION
    20 TARGET.CAPABILITY = CAP_APPLICATION
    22 
    21 
    23 DEPENDPATH += .
    22 DEPENDPATH += .
    24 INCLUDEPATH += . \
    23 INCLUDEPATH += . \
    25     stub/inc \
    24                stub/inc \
    26     ../../inc \
    25                ../../inc \
    27     ../../../inc
    26                ../../../inc
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    29 
    28 
    30 LIBS += -lestor.dll \
    29 LIBS += -lestor.dll \
    31         -lfbscli.dll
    30         -lfbscli.dll
    32 
    31 
    39            stub/src/thumbnailmanager_qt.cpp \
    38            stub/src/thumbnailmanager_qt.cpp \
    40            stub/src/mpmpxcollectiondata.cpp \
    39            stub/src/mpmpxcollectiondata.cpp \
    41            ../../src/mpcollectionalbumartmanager.cpp
    40            ../../src/mpcollectionalbumartmanager.cpp
    42 
    41 
    43 RESOURCES += resources/unittest_mpcollectionalbumartmanagerresources.qrc
    42 RESOURCES += resources/unittest_mpcollectionalbumartmanagerresources.qrc
       
    43