videocollection/tsrc/stubs/stubs.pro
changeset 55 4bfa887905cf
parent 50 21fe8338c6bf
child 58 d2b028fd1f7d
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
    79     inc/videosortfilterproxymodeldata.h \
    79     inc/videosortfilterproxymodeldata.h \
    80     inc/videothumbnailtestdata.h \
    80     inc/videothumbnailtestdata.h \
    81     inc/videoactivitystate.h \
    81     inc/videoactivitystate.h \
    82     inc/xqserviceutilxtra.h \
    82     inc/xqserviceutilxtra.h \
    83     inc/videooperatorservicedata.h \
    83     inc/videooperatorservicedata.h \
       
    84     inc/videooperatorservice_pdata.h \
    84     # We need stub for this because it has static data and HW compilation of moc file fails because of that.
    85     # We need stub for this because it has static data and HW compilation of moc file fails because of that.
    85     inc/videoservices.h \
    86     inc/videoservices.h \
    86     ../../videocollectionview/inc/videocollectionuiloader.h \
    87     ../../videocollectionview/inc/videocollectionuiloader.h \
    87     ../../videocollectionview/inc/videocollectionviewutils.h \
    88     ../../videocollectionview/inc/videocollectionviewutils.h \
    88     ../../videocollectionview/inc/videohintwidget.h \
    89     ../../videocollectionview/inc/videohintwidget.h \
    91     ../../videocollectionview/inc/videolistview.h \
    92     ../../videocollectionview/inc/videolistview.h \
    92     ../../videocollectionwrapper/inc/videolistdatamodel.h \
    93     ../../videocollectionwrapper/inc/videolistdatamodel.h \
    93     ../../videocollectionwrapper/inc/videocollectionwrapper.h \
    94     ../../videocollectionwrapper/inc/videocollectionwrapper.h \
    94     ../../videocollectionwrapper/inc/videosortfilterproxymodel.h \
    95     ../../videocollectionwrapper/inc/videosortfilterproxymodel.h \
    95     ../../videocollectionwrapper/inc/videothumbnaildata.h \
    96     ../../videocollectionwrapper/inc/videothumbnaildata.h \
    96     ../../videocollectionview/inc/videooperatorservice.h
    97     ../../videocollectionview/inc/videooperatorservice.h \
       
    98     ../../videocollectionview/inc/videooperatorservice_p.h
    97 
    99 
    98 SOURCES_TEMP = \
   100 SOURCES_TEMP = \
    99     src/xqserviceprovider.cpp \
   101     src/xqserviceprovider.cpp \
   100     src/testobjectstore.cpp \
   102     src/testobjectstore.cpp \
   101     src/hbdocumentloader.cpp \
   103     src/hbdocumentloader.cpp \
   134     src/videoservices.cpp \
   136     src/videoservices.cpp \
   135     src/videoserviceurifetch.cpp \
   137     src/videoserviceurifetch.cpp \
   136     src/videoservicebrowse.cpp \ 
   138     src/videoservicebrowse.cpp \ 
   137     src/videoactivitystate.cpp \
   139     src/videoactivitystate.cpp \
   138     src/videooperatorservice.cpp \
   140     src/videooperatorservice.cpp \
       
   141     src/videooperatorservice_p.cpp \
   139     src/xqsettingsmanagerstub.cpp
   142     src/xqsettingsmanagerstub.cpp
   140 
   143 
   141 HEADERS += $$find(HEADERS_TEMP, ^(?!.*$$TESTEDCLASS).*$)
   144 HEADERS += $$find(HEADERS_TEMP, ^(?!.*$$TESTEDCLASS).*$)
   142 SOURCES += $$find(SOURCES_TEMP, ^(?!.*$$TESTEDCLASS).*$)
   145 SOURCES += $$find(SOURCES_TEMP, ^(?!.*$$TESTEDCLASS).*$)