Set PLUGIN_CLASS_NAME in .pro files
This fixes static linking and cmake config file generation. In some cases, the class was renamed for disambiguation or just uniformity. Task-number: QTBUG-51248 Change-Id: Ibdce2e1b6a52312f84301c426632e94deeb567bd Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
parent
97e8bd6f4a
commit
81f80fa19f
@ -8,4 +8,5 @@ SOURCES += main.cpp
|
||||
QMAKE_USE += wayland-client
|
||||
|
||||
PLUGIN_TYPE = wayland-decoration-client
|
||||
PLUGIN_CLASS_NAME = QWaylandBradientDecorationPlugin
|
||||
load(qt_plugin)
|
||||
|
@ -8,4 +8,5 @@ OTHER_FILES += \
|
||||
SOURCES += main.cpp
|
||||
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
PLUGIN_CLASS_NAME = QWaylandBrcmEglClientBufferPlugin
|
||||
load(qt_plugin)
|
||||
|
@ -11,4 +11,5 @@ OTHER_FILES += \
|
||||
SOURCES += main.cpp
|
||||
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
PLUGIN_CLASS_NAME = DrmEglServerBufferPlugin
|
||||
load(qt_plugin)
|
||||
|
@ -8,4 +8,5 @@ OTHER_FILES += \
|
||||
SOURCES += main.cpp
|
||||
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
PLUGIN_CLASS_NAME = LibHybrisEglServerBufferPlugin
|
||||
load(qt_plugin)
|
||||
|
@ -8,4 +8,5 @@ OTHER_FILES += \
|
||||
SOURCES += main.cpp
|
||||
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
PLUGIN_CLASS_NAME = QWaylandEglClientBufferPlugin
|
||||
load(qt_plugin)
|
||||
|
@ -11,4 +11,5 @@ SOURCES += \
|
||||
main.cpp
|
||||
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
PLUGIN_CLASS_NAME = QWaylandXCompositeEglClientBufferIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
@ -8,4 +8,5 @@ SOURCES += \
|
||||
main.cpp
|
||||
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
PLUGIN_CLASS_NAME = QWaylandXCompositeGlxClientBufferIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user