Adapt to moving EventDispatchers to QtGui
Task-number: QTBUG-83255 Change-Id: Iea32600c1d2443c86723653a4fb8b568363cd796 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
b4542740df
commit
9ef67d0769
@ -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
|
||||
|
@ -55,7 +55,6 @@ qt_add_module(WaylandClient
|
||||
shellintegration
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
|
@ -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
|
||||
|
@ -58,7 +58,7 @@
|
||||
#else
|
||||
# include <QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h>
|
||||
#endif
|
||||
#include <QtEventDispatcherSupport/private/qgenericunixeventdispatcher_p.h>
|
||||
#include <QtGui/private/qgenericunixeventdispatcher_p.h>
|
||||
#include <QtThemeSupport/private/qgenericunixthemes_p.h>
|
||||
|
||||
#include <QtGui/private/qguiapplication_p.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user