59 inc/videocollectionuiloaderdata.h \ |
61 inc/videocollectionuiloaderdata.h \ |
60 inc/videocollectionviewutilsdata.h \ |
62 inc/videocollectionviewutilsdata.h \ |
61 inc/videocollectionwrapperdata.h \ |
63 inc/videocollectionwrapperdata.h \ |
62 inc/videolistdatamodeldata.h \ |
64 inc/videolistdatamodeldata.h \ |
63 inc/videolistselectiondialogdata.h \ |
65 inc/videolistselectiondialogdata.h \ |
|
66 inc/videohintwidgetdata.h \ |
64 inc/videolistwidgetdata.h \ |
67 inc/videolistwidgetdata.h \ |
65 inc/videolistviewdata.h \ |
68 inc/videolistviewdata.h \ |
66 inc/videoplayerappexport.h \ |
69 inc/videoplayerappexport.h \ |
67 inc/videosortfilterproxymodeldata.h \ |
70 inc/videosortfilterproxymodeldata.h \ |
68 inc/videothumbnailtestdata.h \ |
71 inc/videothumbnailtestdata.h \ |
69 inc/xqserviceutil.h \ |
|
70 inc/xqserviceutilxtra.h \ |
72 inc/xqserviceutilxtra.h \ |
|
73 # We need stub for this because it has static data and HW compilation of moc file fails because of that. |
|
74 inc/videoservices.h \ |
71 ../../videocollectionview/inc/videocollectionuiloader.h \ |
75 ../../videocollectionview/inc/videocollectionuiloader.h \ |
72 ../../videocollectionview/inc/videocollectionviewutils.h \ |
76 ../../videocollectionview/inc/videocollectionviewutils.h \ |
73 ../../videocollectionview/inc/videohintwidget.h \ |
77 ../../videocollectionview/inc/videohintwidget.h \ |
74 ../../videocollectionview/inc/videolistselectiondialog.h \ |
78 ../../videocollectionview/inc/videolistselectiondialog.h \ |
75 ../../videocollectionview/inc/videolistwidget.h \ |
79 ../../videocollectionview/inc/videolistwidget.h \ |
76 ../../videocollectionview/inc/videolistview.h \ |
80 ../../videocollectionview/inc/videolistview.h \ |
77 ../../videocollectionwrapper/inc/videolistdatamodel.h \ |
81 ../../videocollectionwrapper/inc/videolistdatamodel.h \ |
78 ../../videocollectionwrapper/inc/videocollectionwrapper.h \ |
82 ../../videocollectionwrapper/inc/videocollectionwrapper.h \ |
79 ../../videocollectionwrapper/inc/videosortfilterproxymodel.h \ |
83 ../../videocollectionwrapper/inc/videosortfilterproxymodel.h \ |
80 ../../videocollectionwrapper/inc/videothumbnaildata.h \ |
84 ../../videocollectionwrapper/inc/videothumbnaildata.h \ |
81 ../../../videoplayerapp/videoplayerengine/inc/videoservices.h \ |
|
82 ../../../videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h \ |
85 ../../../videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h \ |
|
86 ../../../videoplayerapp/videoplayerengine/inc/videoservicebrowse.h |
83 |
87 |
84 SOURCES_TEMP = \ |
88 SOURCES_TEMP = \ |
85 src/hbdocumentloader.cpp \ |
89 src/hbdocumentloader.cpp \ |
86 src/hbaction.cpp \ |
90 src/hbaction.cpp \ |
87 src/hbcheckbox.cpp \ |
91 src/hbcheckbox.cpp \ |
88 src/hbdialog.cpp \ |
92 src/hbdialog.cpp \ |
|
93 src/hbnotificationdialog.cpp \ |
89 src/hbinputdialog.cpp \ |
94 src/hbinputdialog.cpp \ |
90 src/hbglobal.cpp \ |
95 src/hbglobal.cpp \ |
91 src/hblabel.cpp \ |
96 src/hblabel.cpp \ |
92 src/hblistview.cpp \ |
97 src/hblistview.cpp \ |
93 src/hblistviewItem.cpp \ |
98 src/hblistviewItem.cpp \ |
96 src/hbmessagebox.cpp \ |
101 src/hbmessagebox.cpp \ |
97 src/hbscrollbar.cpp \ |
102 src/hbscrollbar.cpp \ |
98 src/hbstackedwidget.cpp \ |
103 src/hbstackedwidget.cpp \ |
99 src/hbstyleloader.cpp \ |
104 src/hbstyleloader.cpp \ |
100 src/hbwidget.cpp \ |
105 src/hbwidget.cpp \ |
|
106 src/hbview.cpp \ |
|
107 src/hbeffect.cpp \ |
|
108 src/xqserviceutil.cpp \ |
101 src/xqserviceutilxtra.cpp \ |
109 src/xqserviceutilxtra.cpp \ |
102 src/videocollectionuiloader.cpp \ |
110 src/videocollectionuiloader.cpp \ |
103 src/videocollectionviewutils.cpp \ |
111 src/videocollectionviewutils.cpp \ |
104 src/videohintwidget.cpp \ |
112 src/videohintwidget.cpp \ |
105 src/videolistselectiondialog.cpp \ |
113 src/videolistselectiondialog.cpp \ |
109 src/videocollectionwrapper.cpp \ |
117 src/videocollectionwrapper.cpp \ |
110 src/videosortfilterproxymodel.cpp \ |
118 src/videosortfilterproxymodel.cpp \ |
111 src/videothumbnaildata.cpp \ |
119 src/videothumbnaildata.cpp \ |
112 src/videoservices.cpp \ |
120 src/videoservices.cpp \ |
113 src/videoserviceurifetch.cpp \ |
121 src/videoserviceurifetch.cpp \ |
|
122 src/videoservicebrowse.cpp |
114 |
123 |
115 HEADERS += $$find(HEADERS_TEMP, ^(?!.*$$TESTEDCLASS).*$) |
124 HEADERS += $$find(HEADERS_TEMP, ^(?!.*$$TESTEDCLASS).*$) |
116 SOURCES += $$find(SOURCES_TEMP, ^(?!.*$$TESTEDCLASS).*$) |
125 SOURCES += $$find(SOURCES_TEMP, ^(?!.*$$TESTEDCLASS).*$) |