mpengine/tsrc/unittest_mpmediakeyhandler/unittest_mpmediakeyhandler.pro
changeset 48 af3740e3753f
parent 42 79c49924ae23
child 54 c5b304f4d89b
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: 
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 CONFIG += qtestlib hb
       
    19 TARGET = 
       
    20 
       
    21 DEPENDPATH += . \
       
    22     inc \
       
    23     src
       
    24 
       
    25 INCLUDEPATH += . \
       
    26     stub/inc \
       
    27     ../../../inc \
       
    28     
       
    29 symbian:
       
    30 {
       
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    32 }
       
    33 
       
    34 LIBS += -lestor.dll \
       
    35         -lfbscli.dll \
       
    36         -lmpxcommon.dll \
       
    37         -lremconcoreapi.dll \
       
    38 
       
    39 # Input
       
    40 HEADERS += inc/unittest_mpmediakeyhandler.h \
       
    41            ../../inc/mpmediakeyhandler.h \
       
    42            ../../inc/mpmediakeyhandler_p.h \
       
    43            ../../inc/mpmediakeyremconresponse.h \
       
    44            stub/inc/mpxplaybackutility.h \
       
    45            stub/inc/remconcoreapitarget.h \
       
    46            stub/inc/remconinterfaceselector.h \
       
    47                
       
    48 SOURCES += src/unittest_mpmediakeyhandler.cpp \
       
    49            ../../src/mpmediakeyhandler.cpp \
       
    50            ../../src/mpmediakeyhandler_p.cpp \
       
    51            ../../src/mpmediakeyremconresponse.cpp \
       
    52            stub/src/mpxplaybackutility.cpp \
       
    53            stub/src/remconcoreapitarget.cpp \
       
    54            stub/src/remconinterfaceselector.cpp \