~artmello/gallery-app/gallery-app-start_on_event

« back to all changes in this revision

Viewing changes to tests/unittests/mediaobjectfactory/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Arthur Mello, Bill Filler, Ugo Riboni
  • Date: 2014-03-19 20:19:57 UTC
  • mfrom: (912.3.20 multiple-bug-fixes)
  • Revision ID: ps-jenkins@lists.canonical.com-20140319201957-32sglr01gx1xx9e0
multiple gallery-app bug fixes Bug #907870: [desktop] Gallery does not display photos in sub folders, Bug #1221968: use libthumbnailer for gallery thumbnails, Bug #1268748: videos are not displayed when running on desktop, Bug #1271327: disable switching between camera and gallery on desktop, Bug #1287272: Black flash at the end of the zoom animation" Fixes: 907870, 1221968, 1268748, 1271327, 1287272

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    ${gallery_database_src_SOURCE_DIR}/photo-edit-table.h
27
27
    ${gallery_medialoader_src_SOURCE_DIR}/gallery-standard-image-provider.h
28
28
    ${gallery_medialoader_src_SOURCE_DIR}/photo-metadata.h
29
 
    ${gallery_medialoader_src_SOURCE_DIR}/preview-manager.h
30
29
    ${gallery_medialoader_src_SOURCE_DIR}/video-metadata.h
31
30
    ${gallery_photo_src_SOURCE_DIR}/photo.h
32
31
    )
41
40
    ../stubs/photo-caches_stub.cpp
42
41
    ../stubs/photo-edit-table_stub.cpp
43
42
    ../stubs/photometa-data_stub.cpp
44
 
    ../stubs/preview-manager_stub.cpp
45
43
    ../stubs/video-metadata_stub.cpp
46
44
    ../stubs/gallery-standard-image-provider_stub.cpp
47
 
    ../stubs/gallery-thumbnail-image-provider_stub.cpp
48
45
    ../stubs/gallery-manager_stub.cpp
49
46
    ${MEDIAOBJECTFACTORY_MOCS}
50
47
    )