~dandrader/qtmir/removeHotspot

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Daniel d'Andrada, Michał Sawicz
  • Date: 2016-05-18 11:18:29 UTC
  • mfrom: (486.1.5 origin/detachPromptSurfaces)
  • Revision ID: ci-train-bot@canonical.com-20160518111829-j8ma5fzus8z2l72h
Move prompt surfaces from MirSurface to Application and emit firstChanged signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
pkg_check_modules(GSETTINGS_QT REQUIRED gsettings-qt)
77
77
pkg_check_modules(QTDBUSTEST libqtdbustest-1 REQUIRED)
78
78
pkg_check_modules(QTDBUSMOCK libqtdbusmock-1 REQUIRED)
79
 
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=15)
 
79
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=16)
80
80
 
81
81
include_directories(${APPLICATION_API_INCLUDE_DIRS})
82
82