videocollection/videocollectionview/tsrc/testvideooperatorservice_p/testvideooperatorservice_p.pro
author hgs
Mon, 23 Aug 2010 14:27:29 +0300
changeset 55 4bfa887905cf
child 67 72c709219fcd
permissions -rw-r--r--
201033

#
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: 
#

TEMPLATE = app

TARGET =
TARGET.CAPABILITY = ALL -TCB

DEPENDPATH += . \
    inc \
    src \
    ../../../tsrc/stubs \
    stub/inc \
    stub/src

INCLUDEPATH += . \
    inc \
    ../../../tsrc/stubs/inc \
    stub/inc \
    \ # keep these at bottom so that stub headers are taken first
    ../../../inc \
    ../../../videocollectionview/inc \
    ../../../videocollectionwrapper/inc \
    ../../../../inc \
    ../../../../videoplayerapp/inc \
    ../../../../videoplayerapp/videoplayerengine/inc
    
CONFIG += qtestlib \
    hb

LIBS += -lestor.dll \
    -lfbscli.dll \
    -lbitgdi.dll \
    -lgdi.dll \
    -lcentralrepository.dll \
    -lxqservice.dll \
    -lxqserviceutil.dll \
    -lapparc \
    -lapgrfx \
    -lws32 \
    -lcone
        
HEADERS += stub/inc/apaidstub.h \
    stub/inc/apgclistub.h \
    stub/inc/videocollectiontrace.h \
	stub/inc/apgtaskstub.h \
	stub/inc/coemainstub.h \
	inc/testvideooperatorservice_p.h \
    ../../../videocollectionview/inc/videooperatorservice_p.h \

SOURCES += src/testvideooperatorservice_p.cpp \ 
    \ # sources needed in test
    ../../../videocollectionview/src/videooperatorservice_p.cpp \
    stub/src/apaidstub.cpp \
    stub/src/apgclistub.cpp \
    stub/src/apgtask.cpp \
    stub/src/coemain.cpp
    
TESTEDCLASS = videooperatorservice_p
include(../../../tsrc/stubs/stubs.pro)