~dandrader/unity8/pixelAlignedWindow

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Daniel d'Andrada
  • Date: 2016-05-19 19:44:37 UTC
  • Revision ID: daniel.dandrada@canonical.com-20160519194437-c6yx7w7872eu4z7i
SupportĀ animatedĀ cursors

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
find_package(Qt5Concurrent 5.4 REQUIRED)
58
58
find_package(Qt5Sql 5.4 REQUIRED)
59
59
 
60
 
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=16)
 
60
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=17)
61
61
pkg_check_modules(GEONAMES REQUIRED geonames>=0.2)
62
62
pkg_check_modules(GIO REQUIRED gio-2.0>=2.32)
63
63
pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32)