mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Clean up static plugins list
- Qt example's Wayland integrations - Legacy xdg-shell implementations - QSvgIcon that was never needed, but added by an accident with lxqt-qtplugin
This commit is contained in:
@@ -24,7 +24,6 @@ Q_IMPORT_PLUGIN(QGenericEnginePlugin)
|
|||||||
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
|
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
|
||||||
Q_IMPORT_PLUGIN(QGenericEnginePlugin)
|
Q_IMPORT_PLUGIN(QGenericEnginePlugin)
|
||||||
Q_IMPORT_PLUGIN(QComposePlatformInputContextPlugin)
|
Q_IMPORT_PLUGIN(QComposePlatformInputContextPlugin)
|
||||||
Q_IMPORT_PLUGIN(QSvgPlugin)
|
|
||||||
Q_IMPORT_PLUGIN(QSvgIconPlugin)
|
Q_IMPORT_PLUGIN(QSvgIconPlugin)
|
||||||
#ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION
|
#ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION
|
||||||
Q_IMPORT_PLUGIN(QConnmanEnginePlugin)
|
Q_IMPORT_PLUGIN(QConnmanEnginePlugin)
|
||||||
@@ -33,14 +32,9 @@ Q_IMPORT_PLUGIN(QIbusPlatformInputContextPlugin)
|
|||||||
Q_IMPORT_PLUGIN(QXdgDesktopPortalThemePlugin)
|
Q_IMPORT_PLUGIN(QXdgDesktopPortalThemePlugin)
|
||||||
#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
|
#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
|
||||||
#ifndef DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION
|
#ifndef DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION
|
||||||
Q_IMPORT_PLUGIN(ShmServerBufferPlugin)
|
|
||||||
Q_IMPORT_PLUGIN(DmaBufServerBufferPlugin)
|
|
||||||
Q_IMPORT_PLUGIN(DrmEglServerBufferPlugin)
|
|
||||||
Q_IMPORT_PLUGIN(QWaylandEglClientBufferPlugin)
|
Q_IMPORT_PLUGIN(QWaylandEglClientBufferPlugin)
|
||||||
Q_IMPORT_PLUGIN(QWaylandIviShellIntegrationPlugin)
|
Q_IMPORT_PLUGIN(QWaylandIviShellIntegrationPlugin)
|
||||||
Q_IMPORT_PLUGIN(QWaylandWlShellIntegrationPlugin)
|
Q_IMPORT_PLUGIN(QWaylandWlShellIntegrationPlugin)
|
||||||
Q_IMPORT_PLUGIN(QWaylandXdgShellV5IntegrationPlugin)
|
|
||||||
Q_IMPORT_PLUGIN(QWaylandXdgShellV6IntegrationPlugin)
|
|
||||||
Q_IMPORT_PLUGIN(QWaylandXdgShellIntegrationPlugin)
|
Q_IMPORT_PLUGIN(QWaylandXdgShellIntegrationPlugin)
|
||||||
Q_IMPORT_PLUGIN(QWaylandBradientDecorationPlugin)
|
Q_IMPORT_PLUGIN(QWaylandBradientDecorationPlugin)
|
||||||
Q_IMPORT_PLUGIN(QWaylandIntegrationPlugin)
|
Q_IMPORT_PLUGIN(QWaylandIntegrationPlugin)
|
||||||
|
2
cmake
2
cmake
Submodule cmake updated: ceb5808939...b5124ece3e
Reference in New Issue
Block a user