videocollection/videocollectionwrapper/tsrc/testvideothumbnailfetcher/testvideothumbnailfetcher.pro
author hgs
Fri, 30 Apr 2010 09:52:11 +0300
changeset 37 4eb2df7f7cbe
parent 34 bbb98528c666
child 67 72c709219fcd
permissions -rw-r--r--
201017

#
# Copyright (c) 2009 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 = 
DEFINES     += BUILD_VIDEOCOLLECTION_DLL
DEPENDPATH += . \
    inc \
    src

INCLUDEPATH = stub/inc \
	/epoc32/include \
	/epoc32/include/osextensions/stdapis \
	/epoc32/include/osextensions/stdapis/sys \
	/epoc32/include/stdapis \
	/epoc32/include/stdapis/sys \
	. \
    /epoc32/include/domain \
    /epoc32/include/domain/middleware \
    /epoc32/include/domain/applications \
    /epoc32/include/osextensions \
    /epoc32/include/middleware \
    /epoc32/include/osextensions/stdapis/stlport \
    ../../../inc \
    
CONFIG += qtestlib \
    Hb \
    symbian_test
    
LIBS += -lestor.dll \
    -lfbscli.dll \
    -lbitgdi.dll \
    -lgdi.dll

# Input
HEADERS += inc/testvideothumbnailfetcher.h \
           inc/videothumbnailfetchertester.h \
           stub/inc/thumbnailmanager_qt.h \
           ../../inc/videothumbnailfetcher.h \
           ../../../inc/videocollectionexport.h
               
SOURCES += src/testvideothumbnailfetcher.cpp \
           src/videothumbnailfetchertester.cpp \
           stub/src/thumbnailmanager_qt.cpp \
           ../../src/videothumbnailfetcher.cpp