35
|
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 |
#
|
36
|
16 |
|
39
|
17 |
DEFINES += XQPLUGIN_H
|
|
18 |
DEFINES += XQSERVICEABSTRACTSERVICE_H
|
36
|
19 |
DEFINES += XQSERVICEUTIL_H
|
35
|
20 |
|
|
21 |
CONFIG += qtestlib \
|
|
22 |
Hb \
|
|
23 |
symbian_test
|
|
24 |
|
|
25 |
LIBS += -lestor.dll \
|
|
26 |
-lfbscli.dll \
|
|
27 |
-lbitgdi.dll \
|
39
|
28 |
-lmpxviewframeworkqt.dll \
|
35
|
29 |
-lxqplugins.dll \
|
36
|
30 |
-lxqservice.dll
|
35
|
31 |
|
|
32 |
HEADERS_TEMP = \
|
39
|
33 |
inc/videoserviceurifetch.h \
|
|
34 |
inc/videoservicebrowse.h \
|
|
35 |
inc/xqserviceutilstub.h \
|
|
36 |
inc/xqserviceproviderstub.h \
|
38
|
37 |
inc/testobjectstore.h \
|
35
|
38 |
inc/hbabstractitemview.h \
|
|
39 |
inc/hbdocumentloader.h \
|
|
40 |
inc/hbaction.h \
|
|
41 |
inc/hbcheckbox.h \
|
|
42 |
inc/hbdeviceprofile.h \
|
|
43 |
inc/hbdialog.h \
|
36
|
44 |
inc/hbnotificationdialog.h \
|
35
|
45 |
inc/hbglobal.h \
|
|
46 |
inc/hbgroupbox.h \
|
|
47 |
inc/hbinputdialog.h \
|
|
48 |
inc/hbinstance.h \
|
|
49 |
inc/hblabel.h \
|
|
50 |
inc/hblistwidget.h \
|
|
51 |
inc/hblistview.h \
|
|
52 |
inc/hblistviewitem.h \
|
|
53 |
inc/hbmainwindow.h \
|
|
54 |
inc/hbmenu.h \
|
|
55 |
inc/hbmenudata.h \
|
|
56 |
inc/hbmessagebox.h \
|
|
57 |
inc/hbmessageboxdata.h \
|
|
58 |
inc/hbnamespace.h \
|
|
59 |
inc/hbpushbutton.h \
|
|
60 |
inc/hbscrollbar.h \
|
|
61 |
inc/hbstackedwidget.h \
|
|
62 |
inc/hbstyleloader.h \
|
|
63 |
inc/hbtoolbar.h \
|
|
64 |
inc/hbwidget.h \
|
|
65 |
inc/hbview.h \
|
|
66 |
inc/hbeffect.h \
|
|
67 |
inc/videocollectionexport.h \
|
|
68 |
inc/videocollectionuiloaderdata.h \
|
|
69 |
inc/videocollectionviewutilsdata.h \
|
|
70 |
inc/videocollectionwrapperdata.h \
|
|
71 |
inc/videolistdatamodeldata.h \
|
|
72 |
inc/videolistselectiondialogdata.h \
|
36
|
73 |
inc/videohintwidgetdata.h \
|
35
|
74 |
inc/videolistwidgetdata.h \
|
|
75 |
inc/videolistviewdata.h \
|
|
76 |
inc/videoplayerappexport.h \
|
|
77 |
inc/videosortfilterproxymodeldata.h \
|
|
78 |
inc/videothumbnailtestdata.h \
|
|
79 |
inc/xqserviceutilxtra.h \
|
36
|
80 |
# We need stub for this because it has static data and HW compilation of moc file fails because of that.
|
|
81 |
inc/videoservices.h \
|
35
|
82 |
../../videocollectionview/inc/videocollectionuiloader.h \
|
|
83 |
../../videocollectionview/inc/videocollectionviewutils.h \
|
|
84 |
../../videocollectionview/inc/videohintwidget.h \
|
|
85 |
../../videocollectionview/inc/videolistselectiondialog.h \
|
|
86 |
../../videocollectionview/inc/videolistwidget.h \
|
|
87 |
../../videocollectionview/inc/videolistview.h \
|
|
88 |
../../videocollectionwrapper/inc/videolistdatamodel.h \
|
|
89 |
../../videocollectionwrapper/inc/videocollectionwrapper.h \
|
|
90 |
../../videocollectionwrapper/inc/videosortfilterproxymodel.h \
|
39
|
91 |
../../videocollectionwrapper/inc/videothumbnaildata.h
|
35
|
92 |
|
|
93 |
SOURCES_TEMP = \
|
39
|
94 |
src/xqserviceprovider.cpp \
|
38
|
95 |
src/testobjectstore.cpp \
|
35
|
96 |
src/hbdocumentloader.cpp \
|
|
97 |
src/hbaction.cpp \
|
|
98 |
src/hbcheckbox.cpp \
|
|
99 |
src/hbdialog.cpp \
|
36
|
100 |
src/hbnotificationdialog.cpp \
|
35
|
101 |
src/hbinputdialog.cpp \
|
|
102 |
src/hbglobal.cpp \
|
|
103 |
src/hblabel.cpp \
|
|
104 |
src/hblistview.cpp \
|
|
105 |
src/hblistviewItem.cpp \
|
|
106 |
src/hbmainwindow.cpp \
|
|
107 |
src/hbmenu.cpp \
|
|
108 |
src/hbmessagebox.cpp \
|
|
109 |
src/hbscrollbar.cpp \
|
|
110 |
src/hbstackedwidget.cpp \
|
|
111 |
src/hbstyleloader.cpp \
|
|
112 |
src/hbwidget.cpp \
|
36
|
113 |
src/hbview.cpp \
|
|
114 |
src/hbeffect.cpp \
|
|
115 |
src/xqserviceutil.cpp \
|
35
|
116 |
src/xqserviceutilxtra.cpp \
|
|
117 |
src/videocollectionuiloader.cpp \
|
|
118 |
src/videocollectionviewutils.cpp \
|
|
119 |
src/videohintwidget.cpp \
|
|
120 |
src/videolistselectiondialog.cpp \
|
|
121 |
src/videolistwidget.cpp \
|
|
122 |
src/videolistview.cpp \
|
|
123 |
src/videolistdatamodel.cpp \
|
|
124 |
src/videocollectionwrapper.cpp \
|
|
125 |
src/videosortfilterproxymodel.cpp \
|
|
126 |
src/videothumbnaildata.cpp \
|
|
127 |
src/videoservices.cpp \
|
|
128 |
src/videoserviceurifetch.cpp \
|
36
|
129 |
src/videoservicebrowse.cpp
|
35
|
130 |
|
|
131 |
HEADERS += $$find(HEADERS_TEMP, ^(?!.*$$TESTEDCLASS).*$)
|
|
132 |
SOURCES += $$find(SOURCES_TEMP, ^(?!.*$$TESTEDCLASS).*$)
|