utilities/mpmediacontroller/tsrc/unittest_mpvolumeslider/unittest_mpvolumeslider.pro
changeset 47 4cc1412daed0
equal deleted inserted replaced
45:612c4815aebe 47:4cc1412daed0
       
     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: mpvolumeslider unit test project file.
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 CONFIG += qtestlib symbian_test
       
    19 TARGET = unittest_mpvolumeslider
       
    20 TARGET.CAPABILITY = CAP_APPLICATION
       
    21 
       
    22 symbian: { 
       
    23     MMP_RULES += SMPSAFE
       
    24 }
       
    25 
       
    26 DEPENDPATH += .
       
    27 INCLUDEPATH += . \
       
    28                stub/inc \
       
    29                ../../inc \
       
    30                ../../../../inc
       
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    32 
       
    33 LIBS += -lestor \
       
    34         -lfbscli
       
    35 
       
    36 HEADERS += stub/inc/mpenginefactory.h \
       
    37            stub/inc/hbvolumesliderpopup.h \
       
    38            inc/unittest_mpvolumeslider.h \
       
    39            ../../inc/mpvolumeslider.h
       
    40 
       
    41 SOURCES += stub/src/mpenginefactory.cpp \
       
    42            stub/src/hbvolumesliderpopup.cpp \
       
    43            src/unittest_mpvolumeslider.cpp
       
    44