mpdata/tsrc/unittest_mpcollectiontbonelistdatamodel/unittest_mpcollectiontbonelistdatamodel.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: Unit test for mpcollectiontbonelistdatamodel
    14 # Description: mpcollectiontbonelistdatamodel 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 CONFIG += symbian_test
       
    21 TARGET = unittest_mpcollectiontbonelistdatamodel
    19 TARGET = unittest_mpcollectiontbonelistdatamodel
    22 TARGET.CAPABILITY = CAP_APPLICATION
    20 TARGET.CAPABILITY = CAP_APPLICATION
    23 
    21 
    24 DEPENDPATH += .
    22 DEPENDPATH += .
    25 INCLUDEPATH += . \
    23 INCLUDEPATH += . \
    26     stub/inc \
    24                stub/inc \
    27     ../../inc \
    25                ../../inc \
    28     ../../../inc
    26                ../../../inc
    29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    30 
    28 
    31 LIBS += -lestor.dll \
    29 LIBS += -lestor.dll \
    32         -lfbscli.dll
    30         -lfbscli.dll
    33 
    31