~elopio/gallery-app/revert_workaround-1302706-click_toolbar_button_failure

« back to all changes in this revision

Viewing changes to src/database/CMakeLists.txt

  • Committer: Leo Arias
  • Date: 2015-05-15 08:05:23 UTC
  • mfrom: (954.1.241 gallery-app)
  • Revision ID: leo.arias@canonical.com-20150515080523-i2of3vr8h7dioj59
Now the toolbar object is not needed at all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    album-table.h
18
18
    database.h
19
19
    media-table.h
20
 
    photo-edit-table.h
21
20
    )
22
21
 
23
22
set(gallery_database_SRCS
24
23
    album-table.cpp
25
24
    database.cpp
26
25
    media-table.cpp
27
 
    photo-edit-table.cpp
28
26
    )
29
27
 
30
28
add_library(${GALLERY_DATABASE_LIB}