Fix static builds with libwayland-egl

There was a naming conflict between the client buffer integration, wayland-egl,
and the system library libwayland-egl.so

Rename the plugin binary to qt-plugin-wayland-egl to avoid the issue.

Task-number: QTBUG-65652
Change-Id: Ib074c25e269a5e11b087fb4c3ddb15fef7d4a7ee
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
Johan Klokkhammer Helsing 2018-01-16 12:02:30 +01:00 committed by Antti Kokko
parent f94c0f2cb6
commit 6ec8b1093a

View File

@ -7,6 +7,8 @@ OTHER_FILES += \
SOURCES += main.cpp
TARGET = qt-plugin-wayland-egl
PLUGIN_TYPE = wayland-graphics-integration-client
PLUGIN_CLASS_NAME = QWaylandEglClientBufferPlugin
load(qt_plugin)