~renatofilho/indicator-transfer-buteo/initial-version

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2015-08-05 14:17:04 UTC
  • Revision ID: renato.filho@canonical.com-20150805141704-bj6ayftd623vgvo9
Use online accounts api to retrieve application information related with the sync job.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    ${GMODULE_INCLUDE_DIRS}
18
18
    ${TRANSFER_INDICATOR_INCLUDE_DIRS}
19
19
    ${URL_DISPATCHER_INCLUDE_DIRS}
 
20
    ${ACCOUNTS_QT5_INCLUDE_DIRS}
20
21
)
21
22
 
22
23
target_link_libraries(${BUTEO_TRANSFERS_PLUGIN}
26
27
    ${GMODULE_LIBRARIES}
27
28
    ${TRANSFER_INDICATOR_LIBRARIES}
28
29
    ${URL_DISPATCHER_LIBRARIES}
 
30
    ${ACCOUNTS_QT5_LIBRARIES}
29
31
)
30
32
 
31
33
add_definitions(-std=c++11)