mpviewplugins/mpplaybackviewplugin/tsrc/unittest_mpequalizerwidget/unittest_mpequalizerwidget.pro
changeset 20 82baf59ce8dd
child 29 8192e5b5c935
equal deleted inserted replaced
19:4e84c994a771 20:82baf59ce8dd
       
     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 mpequalizerwidget
       
    11 TEMPLATE = app
       
    12 CONFIG += qtestlib \
       
    13     hb
       
    14 TARGET = 
       
    15 DEPENDPATH += .
       
    16 INCLUDEPATH += . \
       
    17     ../../inc \
       
    18     ../../../../inc
       
    19 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    20 LIBS += lestor.dll \
       
    21     -lfbscli.dll \
       
    22 
       
    23 symbian: TARGET.EPOCALLOWDLLDATA = 1
       
    24 
       
    25 HEADERS += stub/inc/mpequalizerwrapper.h \
       
    26     inc/unittest_mpequalizerwidget.h \
       
    27     ../../inc/mpequalizerwidget.h
       
    28 
       
    29 SOURCES += stub/src/mpequalizerwrapper.cpp \
       
    30     src/unittest_mpequalizerwidget.cpp
       
    31