~alan-griffiths/qtmir/introducing-QtmirWindowManagementPolicy

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2016-01-18 17:07:43 UTC
  • mfrom: (418.1.2 qtmir)
  • Revision ID: alan@octopull.co.uk-20160118170743-r92e01bmtdqclb3k
mergeĀ lp:~alan-griffiths/qtmir/import-WindowManagement-code-from-Mir-examples

Show diffs side-by-side

added added

removed removed

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