Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
e0c1d258
Commit
e0c1d258
authored
Mar 05, 2022
by
Volker Krause
Browse files
Add Wayland includes needed to build against Qt6
parent
ccad0066
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/wayland/outputconfiguration_v2_interface.cpp
View file @
e0c1d258
...
...
@@ -14,6 +14,8 @@
#include
"qwayland-server-kde-output-management-v2.h"
#include
"qwayland-server-kde-output-device-v2.h"
#include
<wayland-client-protocol.h>
#include
<optional>
namespace
KWaylandServer
...
...
src/wayland/outputdevice_v2_interface.cpp
View file @
e0c1d258
...
...
@@ -15,6 +15,8 @@
#include
<QString>
#include
<QPointer>
#include
<wayland-client-protocol.h>
#include
"qwayland-server-kde-output-device-v2.h"
namespace
KWaylandServer
...
...
src/wayland/surface_interface.cpp
View file @
e0c1d258
...
...
@@ -18,6 +18,8 @@
#include
"surface_interface_p.h"
#include
"surfacerole_p.h"
#include
"utils.h"
#include
<wayland-server.h>
// std
#include
<algorithm>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment