mpdata/tsrc/unittest_mpcollectiondatamodel/unittest_mpcollectiondatamodel.pro
changeset 43 0f32e550d9d8
parent 37 eb79a7c355bf
child 55 f3930dda3342
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 mpcollectiondatamodel
    14 # Description: mpcollectiondatamodel unit test project file.
    15 #
    15 #
    16 
    16 
    17 
       
    18 TEMPLATE = app
    17 TEMPLATE = app
    19 CONFIG += qtestlib hb
    18 CONFIG += qtestlib hb symbian_test
    20 TARGET = 
    19 TARGET = unittest_mpcollectiontbonelistdatamodel
       
    20 TARGET.CAPABILITY = CAP_APPLICATION
    21 
    21 
    22 DEPENDPATH += .
    22 DEPENDPATH += .
    23 INCLUDEPATH += . \
    23 INCLUDEPATH += . \
    24     stub/inc \
    24                stub/inc \
    25     ../../inc \
    25                ../../inc \
    26     ../../../inc
    26                ../../../inc
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    28 INCLUDEPATH += $$MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets)
    28 INCLUDEPATH += $$MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets)
    29 
    29 
    30 LIBS += -lestor.dll \
    30 LIBS += -lestor.dll \
    31         -lfbscli.dll
    31         -lfbscli.dll
    43            ../../src/mpcollectiondatamodel.cpp
    43            ../../src/mpcollectiondatamodel.cpp
    44 
    44 
    45 DEFINES += BUILD_MPDATA_LIB
    45 DEFINES += BUILD_MPDATA_LIB
    46 
    46 
    47 RESOURCES += resources/unittest_mpcollectiondatamodelresources.qrc
    47 RESOURCES += resources/unittest_mpcollectiondatamodelresources.qrc
       
    48