Changeset View
Changeset View
Standalone View
Standalone View
src/client/CMakeLists.txt
| Context not available. | |||||
| 22 | fullscreen_shell.cpp | 22 | fullscreen_shell.cpp | ||
|---|---|---|---|---|---|
| 23 | idle.cpp | 23 | idle.cpp | ||
| 24 | keyboard.cpp | 24 | keyboard.cpp | ||
| 25 | remote_access.cpp | ||||
| 25 | outputconfiguration.cpp | 26 | outputconfiguration.cpp | ||
| 26 | outputmanagement.cpp | 27 | outputmanagement.cpp | ||
| 27 | outputdevice.cpp | 28 | outputdevice.cpp | ||
| Context not available. | |||||
| 117 | PROTOCOL ${KWAYLAND_SOURCE_DIR}/src/client/protocols/text-input-unstable-v2.xml | 118 | PROTOCOL ${KWAYLAND_SOURCE_DIR}/src/client/protocols/text-input-unstable-v2.xml | ||
| 118 | BASENAME text-input-v2 | 119 | BASENAME text-input-v2 | ||
| 119 | ) | 120 | ) | ||
| 121 | ecm_add_wayland_client_protocol(CLIENT_LIB_SRCS | ||||
| 122 | PROTOCOL ${KWAYLAND_SOURCE_DIR}/src/client/protocols/remote-access.xml | ||||
| 123 | BASENAME remote-access | ||||
| 124 | ) | ||||
| 120 | 125 | | |||
| 121 | add_library(KF5WaylandClient ${CLIENT_LIB_SRCS}) | 126 | add_library(KF5WaylandClient ${CLIENT_LIB_SRCS}) | ||
| 122 | generate_export_header(KF5WaylandClient | 127 | generate_export_header(KF5WaylandClient | ||
| Context not available. | |||||
| 164 | fullscreen_shell.h | 169 | fullscreen_shell.h | ||
| 165 | idle.h | 170 | idle.h | ||
| 166 | keyboard.h | 171 | keyboard.h | ||
| 172 | remote_access.h | ||||
| 167 | outputconfiguration.h | 173 | outputconfiguration.h | ||
| 168 | outputmanagement.h | 174 | outputmanagement.h | ||
| 169 | outputdevice.h | 175 | outputdevice.h | ||
| Context not available. | |||||