~ci-train-bot/gallery-app/gallery-app-ubuntu-xenial-landing-018

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Arthur Mello
  • Date: 2016-04-26 23:27:49 UTC
  • mfrom: (1301.1.10 gallery-app-qml_content_hub)
  • Revision ID: ci-train-bot@canonical.com-20160426232749-p6zqq04nn7aafzau
Stop using C++ Content Hub API and use QML one instead Fixes: #1568857
Approved by: Ken VanDine

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
endif()
40
40
 
41
41
find_package(PkgConfig REQUIRED)
42
 
pkg_check_modules(CONTENTHUB REQUIRED libcontent-hub)
43
42
pkg_check_modules(EXIV2 REQUIRED exiv2)
44
43
pkg_check_modules(MEDIAINFO REQUIRED libmediainfo)
45
44