mpengine/tsrc/unittest_mpaudioeffectsframeworkwrapper/unittest_mpaudioeffectsframeworkwrapper.pro
changeset 43 0f32e550d9d8
parent 36 a0afa279b8fe
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 mpaudioeffectsframeworkwrapper
    14 # Description: mpaudioeffectsframeworkwrapper 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_mpaudioeffectsframeworkwrapper
    19 TARGET = unittest_mpaudioeffectsframeworkwrapper
    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 HEADERS += inc/unittest_mpaudioeffectsframeworkwrapper.h \
    32 HEADERS += inc/unittest_mpaudioeffectsframeworkwrapper.h \
    30            ../../inc/mpaudioeffectsframeworkwrapper.h \
    33            ../../inc/mpaudioeffectsframeworkwrapper.h \
    31            ../../inc/mpaudioeffectsframeworkwrapper_p.h \
    34            ../../inc/mpaudioeffectsframeworkwrapper_p.h \