videocollection/videocollectionview/tsrc/testvideooperatorservice_p/testvideooperatorservice_p.pro
changeset 55 4bfa887905cf
child 67 72c709219fcd
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
       
     1 #
       
     2 # Copyright (c) 2010 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 
       
    19 TARGET =
       
    20 TARGET.CAPABILITY = ALL -TCB
       
    21 
       
    22 DEPENDPATH += . \
       
    23     inc \
       
    24     src \
       
    25     ../../../tsrc/stubs \
       
    26     stub/inc \
       
    27     stub/src
       
    28 
       
    29 INCLUDEPATH += . \
       
    30     inc \
       
    31     ../../../tsrc/stubs/inc \
       
    32     stub/inc \
       
    33     \ # keep these at bottom so that stub headers are taken first
       
    34     ../../../inc \
       
    35     ../../../videocollectionview/inc \
       
    36     ../../../videocollectionwrapper/inc \
       
    37     ../../../../inc \
       
    38     ../../../../videoplayerapp/inc \
       
    39     ../../../../videoplayerapp/videoplayerengine/inc
       
    40     
       
    41 CONFIG += qtestlib \
       
    42     hb
       
    43 
       
    44 LIBS += -lestor.dll \
       
    45     -lfbscli.dll \
       
    46     -lbitgdi.dll \
       
    47     -lgdi.dll \
       
    48     -lcentralrepository.dll \
       
    49     -lxqservice.dll \
       
    50     -lxqserviceutil.dll \
       
    51     -lapparc \
       
    52     -lapgrfx \
       
    53     -lws32 \
       
    54     -lcone
       
    55         
       
    56 HEADERS += stub/inc/apaidstub.h \
       
    57     stub/inc/apgclistub.h \
       
    58     stub/inc/videocollectiontrace.h \
       
    59 	stub/inc/apgtaskstub.h \
       
    60 	stub/inc/coemainstub.h \
       
    61 	inc/testvideooperatorservice_p.h \
       
    62     ../../../videocollectionview/inc/videooperatorservice_p.h \
       
    63 
       
    64 SOURCES += src/testvideooperatorservice_p.cpp \ 
       
    65     \ # sources needed in test
       
    66     ../../../videocollectionview/src/videooperatorservice_p.cpp \
       
    67     stub/src/apaidstub.cpp \
       
    68     stub/src/apgclistub.cpp \
       
    69     stub/src/apgtask.cpp \
       
    70     stub/src/coemain.cpp
       
    71     
       
    72 TESTEDCLASS = videooperatorservice_p
       
    73 include(../../../tsrc/stubs/stubs.pro)