~sil2100/unity-mir/no_change_rebuild

« back to all changes in this revision

Viewing changes to src/unity-mir/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Michael Terry
  • Date: 2014-03-11 03:40:33 UTC
  • mfrom: (161.2.4 drop-dbusscreen)
  • Revision ID: ps-jenkins@lists.canonical.com-20140311034033-dajpvn931ql4helg
Drop dbusscreen code because it has moved to unity-system-compositor. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
set(
15
15
  UNITY_MIR_HEADERS
16
16
 
17
 
  dbusscreen.h
18
17
  displayconfigurationpolicy.h
19
18
  initialsurfaceplacementstrategy.h
20
19
  qmirserverapplication.h
36
35
add_library(
37
36
  unity-mir SHARED
38
37
 
39
 
  dbusscreen.cpp
40
38
  displayconfigurationpolicy.cpp
41
39
  initialsurfaceplacementstrategy.cpp
42
40
  qmirserverapplication.cpp
58
56
 
59
57
# We should not need this line according to the Qt5/CMake docs.
60
58
# However, when removing it, include paths are not set and linking to Qt5 fails.
61
 
qt5_use_modules(unity-mir Core Quick DBus)
 
59
qt5_use_modules(unity-mir Core Quick)
62
60
 
63
61
set_target_properties(
64
62
  unity-mir
72
70
 
73
71
  Qt5::Core
74
72
  Qt5::Quick
75
 
  Qt5::DBus
76
73
 
77
74
  ${CMAKE_THREAD_LIBS_INIT}
78
75
  ${UBUNTU_PLATFORM_API_LDFLAGS}