mpviewplugins/mpplaybackviewplugin/tsrc/unittest_mpmpxpbframeworkwrapper/unittest_mpmpxpbframeworkwrapper.pro
changeset 43 0f32e550d9d8
parent 38 b93f525c9244
child 45 612c4815aebe
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description: Unit test for mpmpxpbframeworkwrapper
       
    11 TEMPLATE = app
       
    12 CONFIG += qtestlib \
       
    13     hb
       
    14 TARGET = 
       
    15 
       
    16 TARGET.CAPABILITY = All -TCB
       
    17 
       
    18 DEPENDPATH += .
       
    19 INCLUDEPATH += . \
       
    20     ../../inc \
       
    21     ../../../../inc
       
    22 
       
    23 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 LIBS += -lestor.dll \
       
    26     -lfbscli.dll \
       
    27     -lmpxcommon.dll \
       
    28     -lmpxcollectionutility.dll 
       
    29 
       
    30 HEADERS += inc/unittest_mpmpxpbframeworkwrapper.h \
       
    31     ../../inc/mpmpxpbframeworkwrapper.h \
       
    32     ../../inc/mpmpxpbframeworkwrapper_p.h \
       
    33     stub/inc/mpplaybackdata.h \
       
    34 	stub/inc/mpxcollectionutility.h \
       
    35 	stub/inc/mpxplaybackutility.h 
       
    36 
       
    37 SOURCES += src/unittest_mpmpxpbframeworkwrapper.cpp \
       
    38 	stub/src/mpplaybackdata.cpp \
       
    39 	stub/src/mpxcollectionutility.cpp \
       
    40 	stub/src/mpxplaybackutility.cpp 
       
    41 
       
    42 RESOURCES += ../../resources/mpplaybackviewpluginresources.qrc