~aacid/unity8/moreAsyncAudioCard

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/CMakeLists.txt

  • Committer: Albert Astals Cid
  • Date: 2016-03-10 08:32:16 UTC
  • mfrom: (2136.2.83 unity8)
  • Revision ID: albert.astals@canonical.com-20160310083216-8nnplxl85qx13xd0
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(IndicatorsQml)
2
2
 
3
 
pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32)
4
 
pkg_check_modules(GIO REQUIRED gio-2.0>=2.32)
5
 
pkg_check_modules(QMENUMODEL REQUIRED qmenumodel)
6
 
 
7
3
find_package(Qt5Core REQUIRED)
8
4
find_package(Qt5Quick REQUIRED)
9
5