~ci-train-bot/qtmir/qtmir-ubuntu-yakkety-2077

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Daniel d'Andrada
  • Date: 2016-08-31 01:51:29 UTC
  • mfrom: (552.2.3 content-hub-clipboard)
  • Revision ID: ci-train-bot@canonical.com-20160831015129-6x3jpc70k5ydce6h
Use content-hub for clipboard services

And remove our own implementation of such service (LP: #1471998)

Approved by: Michael Terry

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    ${Qt5Quick_PRIVATE_INCLUDE_DIRS}
45
45
 
46
46
    ${APPLICATION_API_INCLUDE_DIRS}
 
47
 
 
48
    ${CONTENT_HUB_INCLUDE_DIRS}
47
49
)
48
50
 
49
51
# We have to remove -pedantic for tracepoints.c
66
68
    qmirserver_p.cpp
67
69
    sessionauthorizer.cpp
68
70
    sessionlistener.cpp
 
71
    shelluuid.cpp
69
72
    surfaceobserver.cpp
70
73
    promptsessionlistener.cpp
71
74
    mirserver.cpp
112
115
    ${FONTCONFIG_LDFLAGS}
113
116
    ${XKBCOMMON_LIBRARIES}
114
117
 
 
118
    ${CONTENT_HUB_LIBRARIES}
 
119
 
115
120
    Qt5::Core
116
121
    Qt5::DBus
117
122
    Qt5::Quick