~ubuntuone-hackers/ubuntu-download-manager/vivid

« back to all changes in this revision

Viewing changes to src/common/public/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Manuel de la Pena, CI Train Bot
  • Date: 2015-09-22 15:27:23 UTC
  • mfrom: (338.2.14 vivid-add-appid-metadata)
  • Revision ID: ci-train-bot@canonical.com-20150922152723-gyk5ul6h0d4d0l0h
The download object now carries the app id of the application that created the download. Fixes: #1481673
Approved by: Alfonso Sanchez-Beato

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
set(SOURCES
6
6
        ubuntu/transfers/metadata.cpp
7
7
        ubuntu/transfers/errors/auth_error_struct.cpp
 
8
        ubuntu/transfers/errors/hash_error_struct.cpp
8
9
        ubuntu/transfers/errors/http_error_struct.cpp
9
10
        ubuntu/transfers/errors/network_error_struct.cpp
10
11
        ubuntu/transfers/errors/process_error_struct.cpp
20
21
 
21
22
set(ERRORS_PUBLIC_HEADERS
22
23
        ubuntu/transfers/errors/auth_error_struct.h
 
24
        ubuntu/transfers/errors/hash_error_struct.h
23
25
        ubuntu/transfers/errors/http_error_struct.h
24
26
        ubuntu/transfers/errors/network_error_struct.h
25
27
        ubuntu/transfers/errors/process_error_struct.h