mpdata/tsrc/unittest_mpmpxcollectiondata/unittest_mpmpxcollectiondata.pro
changeset 48 af3740e3753f
parent 29 8192e5b5c935
child 55 f3930dda3342
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
     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: mpmpxcollectiondata unit test project file.
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 CONFIG += qtestlib
    18 CONFIG += qtestlib hb symbian_test
    19 CONFIG += symbian_test
       
    20 TARGET = unittest_mpmpxcollectiondata
    19 TARGET = unittest_mpmpxcollectiondata
    21 TARGET.CAPABILITY = CAP_APPLICATION
    20 TARGET.CAPABILITY = CAP_APPLICATION
    22 
    21 
    23 DEPENDPATH += .
    22 DEPENDPATH += .
    24 INCLUDEPATH += . \
    23 INCLUDEPATH += . \
    25     ../../inc \
    24                ../../inc \
    26     ../../../inc
    25                ../../../inc
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    28 
    27 
    29 LIBS += -lestor.dll \
    28 LIBS += -lestor.dll \
    30         -lmpxcommon.dll
    29         -lmpxcommon.dll
    31 
    30 
    34            
    33            
    35 SOURCES += src/unittest_mpmpxcollectiondata.cpp \
    34 SOURCES += src/unittest_mpmpxcollectiondata.cpp \
    36            ../../src/mpmpxcollectiondata.cpp
    35            ../../src/mpmpxcollectiondata.cpp
    37 
    36 
    38 DEFINES += BUILD_MPDATA_LIB
    37 DEFINES += BUILD_MPDATA_LIB
       
    38