Adapt to moving of UNIX services/themes into QtGui
Task-number: QTBUG-83255 Change-Id: I4770b796eb90c1ff76db940cd0cda44ea47648fa Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
parent
f4807a0e1d
commit
8deb43d138
@ -56,8 +56,6 @@ qt_add_module(WaylandClient
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
@ -65,7 +63,6 @@ qt_add_module(WaylandClient
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
)
|
||||
|
||||
qt6_generate_wayland_protocol_client_sources(WaylandClient
|
||||
|
@ -56,8 +56,6 @@ qt_add_module(WaylandClient
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
Qt::ThemeSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
@ -65,7 +63,6 @@ qt_add_module(WaylandClient
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
)
|
||||
|
||||
qt6_generate_wayland_protocol_client_sources(WaylandClient
|
||||
|
@ -2,8 +2,6 @@ TARGET = QtWaylandClient
|
||||
MODULE = waylandclient
|
||||
|
||||
QT += core-private gui-private
|
||||
QT_FOR_PRIVATE += service_support-private
|
||||
QT_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
|
||||
|
@ -59,7 +59,7 @@
|
||||
# include <QtGui/private/qgenericunixfontdatabase_p.h>
|
||||
#endif
|
||||
#include <QtGui/private/qgenericunixeventdispatcher_p.h>
|
||||
#include <QtThemeSupport/private/qgenericunixthemes_p.h>
|
||||
#include <QtGui/private/qgenericunixthemes_p.h>
|
||||
|
||||
#include <QtGui/private/qguiapplication_p.h>
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QScopedPointer>
|
||||
|
||||
#include <QtServiceSupport/private/qgenericunixservices_p.h>
|
||||
#include <QtGui/private/qgenericunixservices_p.h>
|
||||
|
||||
#include <QtWaylandClient/private/qwayland-qt-windowmanager.h>
|
||||
#include <QtWaylandClient/qtwaylandclientglobal.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user