mpviewplugins/mpplaybackviewplugin/tsrc/unittest_mpplaybackview/unittest_mpplaybackview.pro
changeset 48 af3740e3753f
child 55 f3930dda3342
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
       
     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: mpplaybackview unit test project file.
       
    11 
       
    12 TEMPLATE = app
       
    13 
       
    14 CONFIG += qtestlib \
       
    15     hb \
       
    16     symbian_test
       
    17 
       
    18 TARGET = unittest_mpplaybackview
       
    19 TARGET.CAPABILITY = CAP_APPLICATION
       
    20 DEPENDPATH += .
       
    21 
       
    22 
       
    23 INCLUDEPATH += . \
       
    24     stub/inc \
       
    25     ../../inc \
       
    26     ../../../../inc
       
    27 
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 LIBS += -lestor.dll \
       
    31     -lfbscli.dll
       
    32 
       
    33 
       
    34 
       
    35 HEADERS += inc/unittest_mpplaybackview.h \
       
    36     ../../inc/mpplaybackview.h \
       
    37     ../../../../inc/mpviewbase.h \
       
    38     stub\inc\mpengine.h \
       
    39     stub\inc\mpenginefactory.h \
       
    40     stub\inc\mpplaybackwidget.h \
       
    41     stub\inc\mpequalizerwidget.h \
       
    42     stub\inc\mpsettingsmanager.h \
       
    43     stub\inc\mpplaybackdata.h
       
    44 
       
    45 
       
    46 SOURCES += src/unittest_mpplaybackview.cpp \
       
    47     stub\src\mpengine.cpp \
       
    48     stub\src\mpenginefactory.cpp \
       
    49     stub\src\mpplaybackwidget.cpp \
       
    50     stub\src\mpequalizerwidget.cpp \
       
    51     stub\src\mpsettingsmanager.cpp \
       
    52     stub\src\mpplaybackdata.cpp