~alan-griffiths/miral/fix-miral-qt

« back to all changes in this revision

Viewing changes to miral-qt/src/platforms/mirserver/CMakeLists.txt

  • Committer: Alan Griffiths
  • Author(s): Gerry Boland
  • Date: 2016-06-07 20:32:04 UTC
  • mfrom: (194.3.6 miral-qt-integration-step1)
  • Revision ID: alan@octopull.co.uk-20160607203204-7svu1bqv33qfch2h
Create empty QtMir WindowManagerPolicy. Wire QtEventFeeder into it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
include_directories(
27
27
    ${MIRAL_QT_SOURCE_DIR}/src/common
 
28
    ${CMAKE_SOURCE_DIR}/miral   #FIXME
28
29
 
29
30
    ${MIRCOMMON_INCLUDE_DIRS}
30
31
    ${MIRSERVER_INCLUDE_DIRS}
79
80
    ubuntutheme.cpp
80
81
    clipboard.cpp
81
82
    creationhints.cpp
 
83
    windowmanagementpolicy.cpp
82
84
    tracepoints.c
83
85
# We need to run moc on these headers
84
86
    ${APPLICATION_API_INCLUDEDIR}/unity/shell/application/Mir.h
91
93
target_link_libraries(
92
94
    qpa-mirserver
93
95
    Qt5PlatformSupport
 
96
    miral
94
97
 
95
98
    ${MIRSERVER_LDFLAGS}
96
 
    ${MIRCLIENT_LDFLAGS}
97
99
    ${URL_DISPATCHER_LDFLAGS}
98
100
    ${EGL_LDFLAGS}
99
101
    ${GL_LIBRARIES}