mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpmpxdetailsframeworkwrapper/unittest_mpmpxpbframeworkwrapper.pro
branchGCC_SURGE
changeset 44 eff9df3d9c98
parent 30 b95ddb5a0d10
parent 42 79c49924ae23
equal deleted inserted replaced
30:b95ddb5a0d10 44:eff9df3d9c98
     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 += ./stub/inc \
       
    20     ../../inc \
       
    21     ../../../../inc
       
    22 
       
    23 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 LIBS += -lestor.dll \
       
    26     -lfbscli.dll \
       
    27      -lmpxcommon.dll \
       
    28      -lthumbnailmanagerqt.dll
       
    29 
       
    30 
       
    31 HEADERS += inc/unittest_mpmpxdetailsframeworkwrapper.h \
       
    32     stub/inc/mpsongdata.h \
       
    33     stub/inc/mpxplaybackutility.h \
       
    34     stub/inc/mpxplayermanager.h \
       
    35     stub/inc/mpxsource.h \
       
    36     ../../inc/mpmpxdetailsframeworkwrapper.h \
       
    37     ../../inc/mpmpxdetailsframeworkwrapper_p.h
       
    38  
       
    39 SOURCES += src/unittest_mpmpxdetailsframeworkwrapper.cpp \
       
    40     stub/src/mpxplaybackutility.cpp \
       
    41     stub/src/mpsongdata.cpp \    
       
    42     stub/src/mpxplayermanager.cpp \
       
    43     stub/src/mpxsource.cpp \    
       
    44     ../../src/mpmpxdetailsframeworkwrapper.cpp \
       
    45     ../../src/mpmpxdetailsframeworkwrapper_p.cpp
       
    46