videocollection/tsrc/stubs/stubs.pro
changeset 55 4bfa887905cf
parent 50 21fe8338c6bf
child 58 d2b028fd1f7d
--- a/videocollection/tsrc/stubs/stubs.pro	Fri Aug 06 09:43:48 2010 +0300
+++ b/videocollection/tsrc/stubs/stubs.pro	Mon Aug 23 14:27:29 2010 +0300
@@ -81,6 +81,7 @@
     inc/videoactivitystate.h \
     inc/xqserviceutilxtra.h \
     inc/videooperatorservicedata.h \
+    inc/videooperatorservice_pdata.h \
     # We need stub for this because it has static data and HW compilation of moc file fails because of that.
     inc/videoservices.h \
     ../../videocollectionview/inc/videocollectionuiloader.h \
@@ -93,7 +94,8 @@
     ../../videocollectionwrapper/inc/videocollectionwrapper.h \
     ../../videocollectionwrapper/inc/videosortfilterproxymodel.h \
     ../../videocollectionwrapper/inc/videothumbnaildata.h \
-    ../../videocollectionview/inc/videooperatorservice.h
+    ../../videocollectionview/inc/videooperatorservice.h \
+    ../../videocollectionview/inc/videooperatorservice_p.h
 
 SOURCES_TEMP = \
     src/xqserviceprovider.cpp \
@@ -136,6 +138,7 @@
     src/videoservicebrowse.cpp \ 
     src/videoactivitystate.cpp \
     src/videooperatorservice.cpp \
+    src/videooperatorservice_p.cpp \
     src/xqsettingsmanagerstub.cpp
 
 HEADERS += $$find(HEADERS_TEMP, ^(?!.*$$TESTEDCLASS).*$)