utilities/mpnowplayingbanner/tsrc/unittest_mpnowplayingbackend/unittest_mpnowplayingbackend.pro
changeset 43 0f32e550d9d8
parent 38 b93f525c9244
child 45 612c4815aebe
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
     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: 
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = app
       
    19 CONFIG += qtestlib
       
    20 CONFIG += symbian_test
       
    21 TARGET = unittest_mpnowplayingbackend
       
    22 TARGET.CAPABILITY = CAP_APPLICATION
       
    23 
       
    24 DEPENDPATH += .
       
    25 INCLUDEPATH += . \
       
    26     stub/inc \
       
    27     ../../inc \
       
    28     ../../../../inc
       
    29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    30 
       
    31 LIBS += -lestor.dll \
       
    32         -lfbscli.dll \
       
    33         -lmpxcommon.dll
       
    34 
       
    35 HEADERS += inc/unittest_mpnowplayingbackend.h \
       
    36            stub/inc/mpxplaybackutility.h \
       
    37            ../../inc/mpnowplayingbackend.h \
       
    38            ../../inc/mpnowplayingbackend_p.h \
       
    39                
       
    40 SOURCES += src/unittest_mpnowplayingbackend.cpp \
       
    41            stub/src/mpxplaybackutility.cpp \
       
    42            ../../src/mpnowplayingbackend.cpp \
       
    43            ../../src/mpnowplayingbackend_p.cpp