utilities/mpnowplayingbanner/tsrc/unittest_mpnowplayingbackend/unittest_mpnowplayingbackend.pro
branchGCC_SURGE
changeset 44 eff9df3d9c98
parent 30 b95ddb5a0d10
parent 42 79c49924ae23
equal deleted inserted replaced
30:b95ddb5a0d10 44:eff9df3d9c98
     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 hb
       
    20 TARGET = 
       
    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         -lmpxcommon.dll
       
    32 
       
    33 HEADERS += inc/unittest_mpnowplayingbackend.h \
       
    34            stub/inc/mpxplaybackutility.h \
       
    35            ../../inc/mpnowplayingbackend.h \
       
    36            ../../inc/mpnowplayingbackend_p.h \
       
    37                
       
    38 SOURCES += src/unittest_mpnowplayingbackend.cpp \
       
    39            stub/src/mpxplaybackutility.cpp \
       
    40            ../../src/mpnowplayingbackend.cpp \
       
    41            ../../src/mpnowplayingbackend_p.cpp