videocollection/videocollectionview/tsrc/testvideooperatorservice/testvideooperatorservice.pro
changeset 52 e3cecb93e76a
child 55 4bfa887905cf
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
       
     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 
       
    21 DEPENDPATH += . \
       
    22     inc \
       
    23     src \
       
    24     ../../../tsrc/stubs
       
    25 
       
    26 INCLUDEPATH += . \
       
    27     inc \
       
    28     ../../../tsrc/stubs/inc \
       
    29     \ # keep these at bottom so that stub headers are taken first
       
    30     ../../../inc \
       
    31     ../../../videocollectionview/inc \
       
    32     ../../../videocollectionwrapper/inc \
       
    33     ../../../../inc \
       
    34     ../../../../videoplayerapp/inc \
       
    35     ../../../../videoplayerapp/videoplayerengine/inc
       
    36     
       
    37 CONFIG += qtestlib \
       
    38     hb
       
    39 
       
    40 LIBS += -lestor.dll \
       
    41     -lfbscli.dll \
       
    42     -lbitgdi.dll \
       
    43     -lgdi.dll \
       
    44     -lcentralrepository.dll \
       
    45     -lxqservice.dll \
       
    46     -lxqserviceutil.dll \
       
    47     -lapparc \
       
    48     -lapgrfx \
       
    49     -lws32 \
       
    50     -lcone
       
    51         
       
    52 HEADERS += inc/testvideooperatorservice.h \
       
    53     ../../../videocollectionview/inc/videooperatorservice.h
       
    54 
       
    55 SOURCES += src/testvideooperatorservice.cpp \ 
       
    56     \ # sources needed in test
       
    57     ../../../videocollectionview/src/videooperatorservice.cpp
       
    58     
       
    59 TESTEDCLASS = videooperatorservice
       
    60 include(../../../tsrc/stubs/stubs.pro)