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