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