From 634269c4c0f3f0772506ae1bb15be5e814e43454 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 10 Jun 2020 14:21:12 +0200 Subject: Adapt to moving EventDispatchers to QtGui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-83255 Change-Id: Iea32600c1d2443c86723653a4fb8b568363cd796 Reviewed-by: Tor Arne Vestbø --- CMakeLists.txt | 1 - src/client/.prev_CMakeLists.txt | 6 ------ src/client/CMakeLists.txt | 1 - src/client/client.pro | 2 +- src/client/qwaylandintegration.cpp | 2 +- 5 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3bb9e4ba..73997c03c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,6 @@ endif() find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Core Gui - EventDispatcherSupport ) find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS diff --git a/src/client/.prev_CMakeLists.txt b/src/client/.prev_CMakeLists.txt index c19adbed8..e7e24dac2 100644 --- a/src/client/.prev_CMakeLists.txt +++ b/src/client/.prev_CMakeLists.txt @@ -55,7 +55,6 @@ qt_add_module(WaylandClient shellintegration LIBRARIES Qt::CorePrivate - Qt::EventDispatcherSupportPrivate Qt::FontDatabaseSupportPrivate Qt::GuiPrivate Qt::ServiceSupportPrivate @@ -99,11 +98,6 @@ qt_extend_target(WaylandClient CONDITION QT_FEATURE_xkbcommon Qt::XkbCommonSupportPrivate ) -qt_extend_target(WaylandClient CONDITION TARGET Qt::PlatformCompositorSupportPrivate - LIBRARIES - Qt::PlatformCompositorSupportPrivate -) - qt_extend_target(WaylandClient CONDITION TARGET Qt::LinuxAccessibilitySupportPrivate LIBRARIES Qt::LinuxAccessibilitySupportPrivate diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index fba3c37e5..696cb1f66 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -55,7 +55,6 @@ qt_add_module(WaylandClient shellintegration LIBRARIES Qt::CorePrivate - Qt::EventDispatcherSupportPrivate Qt::FontDatabaseSupportPrivate Qt::GuiPrivate Qt::ServiceSupportPrivate diff --git a/src/client/client.pro b/src/client/client.pro index 1d496b78d..d76bdbf71 100644 --- a/src/client/client.pro +++ b/src/client/client.pro @@ -3,7 +3,7 @@ MODULE = waylandclient QT += core-private gui-private QT_FOR_PRIVATE += service_support-private -QT_PRIVATE += fontdatabase_support-private eventdispatcher_support-private theme_support-private +QT_PRIVATE += fontdatabase_support-private theme_support-private # We have a bunch of C code with casts, so we can't have this option QMAKE_CXXFLAGS_WARN_ON -= -Wcast-qual diff --git a/src/client/qwaylandintegration.cpp b/src/client/qwaylandintegration.cpp index b7e32c87c..d310a189c 100644 --- a/src/client/qwaylandintegration.cpp +++ b/src/client/qwaylandintegration.cpp @@ -58,7 +58,7 @@ #else # include #endif -#include +#include #include #include -- cgit v1.2.3