build fix for MODULE_PLUGINS_TYPE
Change-Id: I8d44f50480440060eba84354e88fb2535e1d8e4a Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
This commit is contained in:
parent
86146d9f86
commit
88d888b126
@ -3,6 +3,8 @@ QT += core-private gui-private
|
||||
QT_FOR_PRIVATE += platformsupport-private
|
||||
|
||||
MODULE=waylandclient
|
||||
MODULE_PLUGIN_TYPES = wayland-graphics-integration-client
|
||||
|
||||
load(qt_module)
|
||||
|
||||
CONFIG += link_pkgconfig qpa/genericunixfontdatabase wayland-scanner
|
||||
|
@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
#ifndef QT_NO_LIBRARY
|
||||
Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
|
||||
(QWaylandClientBufferIntegrationFactoryInterface_iid, QLatin1String("/wayland-graphics-integration/client"), Qt::CaseInsensitive))
|
||||
(QWaylandClientBufferIntegrationFactoryInterface_iid, QLatin1String("/wayland-graphics-integration-client"), Qt::CaseInsensitive))
|
||||
Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, directLoader,
|
||||
(QWaylandClientBufferIntegrationFactoryInterface_iid, QLatin1String(""), Qt::CaseInsensitive))
|
||||
#endif
|
||||
|
@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
#ifndef QT_NO_LIBRARY
|
||||
Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
|
||||
(QWaylandServerBufferIntegrationFactoryInterface_iid, QLatin1String("/wayland-graphics-integration/client"), Qt::CaseInsensitive))
|
||||
(QWaylandServerBufferIntegrationFactoryInterface_iid, QLatin1String("/wayland-graphics-integration-client"), Qt::CaseInsensitive))
|
||||
Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, directLoader,
|
||||
(QWaylandServerBufferIntegrationFactoryInterface_iid, QLatin1String(""), Qt::CaseInsensitive))
|
||||
#endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
PLUGIN_TYPE = wayland-graphics-integration/client
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
load(qt_plugin)
|
||||
|
||||
QT += waylandclient-private
|
||||
|
@ -1,4 +1,4 @@
|
||||
PLUGIN_TYPE = wayland-graphics-integration/client
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
load(qt_plugin)
|
||||
|
||||
QT += waylandclient-private
|
||||
|
@ -1,4 +1,4 @@
|
||||
PLUGIN_TYPE = wayland-graphics-integration/client
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
load(qt_plugin)
|
||||
|
||||
QT += waylandclient-private
|
||||
|
@ -1,4 +1,4 @@
|
||||
PLUGIN_TYPE = wayland-graphics-integration/client
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
load(qt_plugin)
|
||||
|
||||
QT += waylandclient-private
|
||||
|
@ -1,4 +1,4 @@
|
||||
PLUGIN_TYPE = wayland-graphics-integration/client
|
||||
PLUGIN_TYPE = wayland-graphics-integration-client
|
||||
load(qt_plugin)
|
||||
|
||||
QT += waylandclient-private
|
||||
|
Loading…
x
Reference in New Issue
Block a user