mpviewplugins/mpcollectionviewplugin/tsrc/unittest_mpcollectioncontainers/unittest_mpcollectioncontainers.pro
changeset 43 0f32e550d9d8
parent 35 fdb31ab341af
child 47 4cc1412daed0
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: 
    14 # Description: mpcollectioncontainers 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_mpcollectioncontainers
    19 TARGET = unittest_mpcollectioncontainers
    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 
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    29 INCLUDEPATH += $$MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets)
    27 INCLUDEPATH += $$MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets)
    30 
    28 
    31 LIBS += -lestor.dll \
    29 LIBS += -lestor.dll \
    32     	-lmpnowplayingbanner.dll \
    30     	-lmpnowplayingbanner.dll \
    61            stub/src/mpmpxcollectiondata.cpp \
    59            stub/src/mpmpxcollectiondata.cpp \
    62            stub/src/mpcollectionview.cpp \
    60            stub/src/mpcollectionview.cpp \
    63            stub/src/hgmediawall.cpp
    61            stub/src/hgmediawall.cpp
    64 
    62 
    65 RESOURCES += ../../resources/mpcollectionviewresources.qrc
    63 RESOURCES += ../../resources/mpcollectionviewresources.qrc
       
    64