34
|
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 |
TARGET =
|
|
19 |
DEFINES += BUILD_VIDEOCOLLECTION_DLL
|
|
20 |
DEPENDPATH += . \
|
|
21 |
inc \
|
|
22 |
src
|
|
23 |
|
|
24 |
INCLUDEPATH = stub/inc \
|
|
25 |
/epoc32/include \
|
|
26 |
/epoc32/include/osextensions/stdapis \
|
|
27 |
/epoc32/include/osextensions/stdapis/sys \
|
|
28 |
/epoc32/include/stdapis \
|
|
29 |
/epoc32/include/stdapis/sys \
|
|
30 |
. \
|
|
31 |
/epoc32/include/domain \
|
|
32 |
/epoc32/include/domain/middleware \
|
|
33 |
/epoc32/include/domain/applications \
|
|
34 |
/epoc32/include/osextensions \
|
|
35 |
/epoc32/include/middleware \
|
|
36 |
/epoc32/include/osextensions/stdapis/stlport \
|
|
37 |
../../../inc \
|
|
38 |
|
|
39 |
CONFIG += qtestlib \
|
|
40 |
Hb \
|
|
41 |
symbian_test
|
|
42 |
|
|
43 |
LIBS += -lestor.dll \
|
|
44 |
-lfbscli.dll \
|
|
45 |
-lbitgdi.dll \
|
|
46 |
-lgdi.dll
|
|
47 |
|
|
48 |
# Input
|
|
49 |
HEADERS += inc/testvideothumbnailfetcher.h \
|
|
50 |
inc/videothumbnailfetchertester.h \
|
|
51 |
stub/inc/thumbnailmanager_qt.h \
|
|
52 |
../../inc/videothumbnailfetcher.h \
|
|
53 |
../../../inc/videocollectionexport.h
|
|
54 |
|
|
55 |
SOURCES += src/testvideothumbnailfetcher.cpp \
|
|
56 |
src/videothumbnailfetchertester.cpp \
|
|
57 |
stub/src/thumbnailmanager_qt.cpp \
|
|
58 |
../../src/videothumbnailfetcher.cpp
|