videocollection/tsrc/stubs/stubs.pro
changeset 59 a76e86df7ccd
parent 52 e3cecb93e76a
child 62 0e1e938beb1a
--- a/videocollection/tsrc/stubs/stubs.pro	Wed Aug 18 09:50:14 2010 +0300
+++ b/videocollection/tsrc/stubs/stubs.pro	Thu Sep 02 20:28:16 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).*$)