mpengine/tsrc/unittest_mpengine/unittest_mpengine.pro
changeset 48 af3740e3753f
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
       
     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: mpengine unit test project file.
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 CONFIG += qtestlib hb symbian_test
       
    19 TARGET = unittest_mpengine
       
    20 TARGET.CAPABILITY = CAP_APPLICATION
       
    21 
       
    22 DEPENDPATH += .
       
    23 INCLUDEPATH += . \
       
    24                stub/inc \
       
    25                ../../inc \
       
    26                ../../../inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    28 
       
    29 LIBS += -lestor.dll \
       
    30         -lfbscli.dll \
       
    31 
       
    32 HEADERS += inc/unittest_mpengine.h \
       
    33 		   ../../../inc/mpengine.h \
       
    34            stub/inc/mpmpxharvesterframeworkwrapper.h \
       
    35 		   stub/inc/mpsongdata.h \
       
    36 		   stub/inc/mpsongscanner.h \
       
    37 		   stub/inc/mpmediakeyhandler.h \     
       
    38 		   stub/inc/mpmpxcollectionframeworkwrapper.h \
       
    39 		   stub/inc/mpmpxcollectiondata.h \
       
    40 		   stub/inc/mpmpxplaybackframeworkwrapper.h \
       
    41 		   stub/inc/mpplaybackdata.h \
       
    42 		   stub/inc/mpaudioeffectsframeworkwrapper.h \
       
    43 		   stub/inc/mpequalizerframeworkwrapper.h \
       
    44 	       stub/inc/mpsettingsmanager.h \
       
    45                
       
    46 SOURCES += src/unittest_mpengine.cpp \ 		   
       
    47 		   stub/src/mpmpxharvesterframeworkwrapper.cpp \ 
       
    48            stub/src/mpsongdata.cpp \
       
    49            stub/src/mpsongscanner.cpp \    
       
    50 		   stub/src/mpmediakeyhandler.cpp \
       
    51 		   stub/src/mpmpxcollectionframeworkwrapper.cpp \
       
    52 		   stub/src/mpmpxcollectiondata.cpp \
       
    53 		   stub/src/mpmpxplaybackframeworkwrapper.cpp \
       
    54 		   stub/src/mpplaybackdata.cpp \
       
    55 		   stub/src/mpaudioeffectsframeworkwrapper.cpp \
       
    56 	       stub/src/mpequalizerframeworkwrapper.cpp \
       
    57 	       stub/src/mpsettingsmanager.cpp \
       
    58 	       
       
    59 DEFINES += BUILD_MPENGINE_LIB	       
       
    60