mpengine/tsrc/unittest_mpmpxharvesterframeworkwrapper/unittest_mpmpxharvesterframeworkwrapper.pro
changeset 48 af3740e3753f
parent 29 8192e5b5c935
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: mpmpxharvesterframeworkwrapper 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_mpmpxharvesterframeworkwrapper
    19 TARGET = unittest_mpmpxharvesterframeworkwrapper
    21 TARGET.CAPABILITY = CAP_APPLICATION
    20 TARGET.CAPABILITY = CAP_APPLICATION
    22 
    21 
       
    22 symbian: { 
       
    23     MMP_RULES += SMPSAFE
       
    24 }
       
    25 
    23 DEPENDPATH += .
    26 DEPENDPATH += .
    24 INCLUDEPATH += . \
    27 INCLUDEPATH += . \
    25     ../../inc \
    28                ../../inc \
    26     ../../../inc
    29                ../../../inc
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    28 
    31 
    29 LIBS += -lestor.dll \
    32 LIBS += -lestor.dll \
    30     -lfbscli.dll \
    33         -lfbscli.dll \
    31     -lmpxcommon.dll \
    34         -lmpxcommon.dll \
    32     -lmpxcollectionutility.dll
    35         -lmpxcollectionutility.dll
    33 
    36 
    34 HEADERS += inc/unittest_mpmpxharvesterframeworkwrapper.h \
    37 HEADERS += inc/unittest_mpmpxharvesterframeworkwrapper.h \
    35     ../../inc/mpmpxharvesterframeworkwrapper.h \
    38           ../../inc/mpmpxharvesterframeworkwrapper.h \
    36     ../../inc/mpmpxharvesterframeworkwrapper_p.h \
    39           ../../inc/mpmpxharvesterframeworkwrapper_p.h \
    37     stub/inc/mpxcollectionutility.h \
    40           stub/inc/mpxcollectionutility.h \
    38     stub/inc/mpxharvesterutility.h
    41           stub/inc/mpxharvesterutility.h
    39 
    42 
    40 SOURCES += src/unittest_mpmpxharvesterframeworkwrapper.cpp \
    43 SOURCES += src/unittest_mpmpxharvesterframeworkwrapper.cpp \
    41     ../../src/mpmpxharvesterframeworkwrapper.cpp \
    44           ../../src/mpmpxharvesterframeworkwrapper.cpp \
    42     stub/src/mpxcollectionutility.cpp \
    45           stub/src/mpxcollectionutility.cpp \
    43     stub/src/mpxharvesterutility.cpp
    46           stub/src/mpxharvesterutility.cpp
    44 
    47