wayland: Install headers generated by qtwaylandscanner

wilder/Plasma/6.2
Vlad Zahorodnii 2 years ago
parent e23cb52a16
commit a64c86b73f
  1. 7
      src/wayland/CMakeLists.txt
  2. 2
      src/wayland/contenttype_v1.h
  3. 2
      src/wayland/frog_colormanagement_v1.h
  4. 2
      src/wayland/presentationtime.h

@ -382,4 +382,11 @@ install(FILES
xwaylandkeyboardgrab_v1.h
xwaylandshell_v1.h
${CMAKE_CURRENT_BINARY_DIR}/qwayland-server-content-type-v1.h
${CMAKE_CURRENT_BINARY_DIR}/qwayland-server-frog-color-management-v1.h
${CMAKE_CURRENT_BINARY_DIR}/qwayland-server-presentation-time.h
${CMAKE_CURRENT_BINARY_DIR}/wayland-content-type-v1-server-protocol.h
${CMAKE_CURRENT_BINARY_DIR}/wayland-frog-color-management-v1-server-protocol.h
${CMAKE_CURRENT_BINARY_DIR}/wayland-presentation-time-server-protocol.h
DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kwin/wayland COMPONENT Devel)

@ -7,7 +7,7 @@
#include "surface.h"
#include "qwayland-server-content-type-v1.h"
#include "wayland/qwayland-server-content-type-v1.h"
#include <QPointer>

@ -6,7 +6,7 @@
#pragma once
#include "core/colorspace.h"
#include "qwayland-server-frog-color-management-v1.h"
#include "wayland/qwayland-server-frog-color-management-v1.h"
#include <QObject>
#include <QPointer>

@ -10,7 +10,7 @@
#include "core/renderbackend.h"
#include "effect/globals.h"
#include "qwayland-server-presentation-time.h"
#include "wayland/qwayland-server-presentation-time.h"
namespace KWin
{

Loading…
Cancel
Save