~lukas-kde/unity8/dashboard

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Lukáš Tinkl
  • Date: 2017-01-26 12:13:17 UTC
  • mfrom: (2749.1.49 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20170126121317-qms39s9pikclidbe
merge trunk, fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
find_package(Qt5Concurrent 5.6 REQUIRED)
71
71
find_package(Qt5Sql 5.6 REQUIRED)
72
72
 
73
 
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application>=23)
 
73
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=25)
74
74
pkg_check_modules(GEONAMES REQUIRED geonames>=0.2)
75
75
pkg_check_modules(GIO REQUIRED gio-2.0>=2.32)
76
76
pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32)