|
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 TARGET = testvideofiledetailsviewplugin |
|
18 TEMPLATE = app |
|
19 |
|
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 ../../../inc \ |
|
39 ../../../videocollectionwrapper/inc |
|
40 |
|
41 |
|
42 CONFIG += qtestlib \ |
|
43 Hb \ |
|
44 symbian_test |
|
45 |
|
46 LIBS += -lestor.dll \ |
|
47 -lfbscli.dll \ |
|
48 -lbitgdi.dll \ |
|
49 -lgdi.dll \ |
|
50 -lxqplugins.dll \ |
|
51 -lmpxviewframeworkqt.dll \ |
|
52 -lxqserviceutil.dll \ |
|
53 |
|
54 # Input |
|
55 HEADERS += inc/testvideofiledetails.h \ |
|
56 stub/inc/videocollectionwrapper.h \ |
|
57 stub/inc/videosortfilterproxymodel.h \ |
|
58 stub/inc/hbmessagebox.h \ |
|
59 stub/inc/shareui.h \ |
|
60 stub/inc/thumbnailmanager_qt.h \ |
|
61 stub/inc/videoservices.h \ |
|
62 stub/inc/videoserviceurifetch.h \ |
|
63 ../../inc/videofiledetailsviewplugin.h \ |
|
64 ../../inc/videodetailslabel.h |
|
65 |
|
66 SOURCES += src/testvideofiledetails.cpp \ |
|
67 stub/src/videocollectionwrapper.cpp \ |
|
68 stub/src/videosortfilterproxymodel.cpp \ |
|
69 stub/src/hbmessagebox.cpp \ |
|
70 stub/src/shareui.cpp \ |
|
71 stub/src/thumbnailmanager_qt.cpp \ |
|
72 stub/src/videoservices.cpp \ |
|
73 stub/src/videoserviceurifetch.cpp \ |
|
74 ../../src/videofiledetailsviewplugin.cpp \ |
|
75 ../../src/videodetailslabel.cpp |
|
76 |
|
77 RESOURCES += ../../data/videofiledetails.qrc |
|
78 TARGET.CAPABILITY = All \ |
|
79 -Tcb |