~gerboland/qtmir/desktophintenvvar

« back to all changes in this revision

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

Iteration 0 of miral::PersistDisplayConfig. This does nothing yet (and breaks nothing in the process). This MP creates a place (miral-prototypes) to build prototype miral features and sketches out what will need to be implemented for PersistDisplayConfig. (LP: #1644189)

Approved by: Nick Dedekind, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# And also not anymore as pkgconfig module since Qt 5.6.
3
3
#pkg_check_modules(QT5PLATFORM_SUPPORT Qt5PlatformSupport REQUIRED)
4
4
 
 
5
add_subdirectory(miral)
 
6
 
5
7
# Hacks for the QPA privates monster.
6
8
pkg_check_modules(FONTCONFIG fontconfig REQUIRED)
7
9
add_definitions(-DQ_FONTCONFIGDATABASE)
104
106
    offscreensurface.cpp
105
107
    inputdeviceobserver.cpp
106
108
    promptsessionmanager.cpp promptsessionmanager.h promptsession.h
 
109
    $<TARGET_OBJECTS:miral-prototypes>
107
110
# We need to run moc on these headers
108
111
    ${APPLICATION_API_INCLUDEDIR}/unity/shell/application/MirMousePointerInterface.h
109
112
)