Regenerate platforms plugins part 5

Change-Id: I6d480372eb62ffff46ce3102d9adf3b4a6da1b7d
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Alexandru Croitor 2019-10-08 11:27:17 +02:00
parent 874fab1eea
commit ecf8644c7d
12 changed files with 308 additions and 12 deletions

View File

@ -0,0 +1,68 @@
# Generated from directfb.pro.
#####################################################################
## qdirectfb Plugin:
#####################################################################
add_qt_plugin(qdirectfb
TYPE platforms
CLASS_NAME QDirectFbIntegrationPlugin
SOURCES
main.cpp
qdirectfbbackingstore.cpp qdirectfbbackingstore.h
qdirectfbblitter.cpp qdirectfbblitter.h
qdirectfbconvenience.cpp qdirectfbconvenience.h
qdirectfbcursor.cpp qdirectfbcursor.h
qdirectfbeglhooks.h
qdirectfbinput.cpp qdirectfbinput.h
qdirectfbintegration.cpp qdirectfbintegration.h
qdirectfbscreen.cpp qdirectfbscreen.h
qdirectfbwindow.cpp qdirectfbwindow.h
LIBRARIES
Qt::CorePrivate
Qt::EventDispatcherSupportPrivate
Qt::FontDatabaseSupportPrivate
Qt::GuiPrivate
Qt::ServiceSupportPrivate
PUBLIC_LIBRARIES
PkgConfig::DirectFB
Qt::Core
Qt::EventDispatcherSupport
Qt::FontDatabaseSupport
Qt::Gui
Qt::ServiceSupport
)
#### Keys ignored in scope 1:.:.:directfb.pro:<TRUE>:
# OTHER_FILES = "directfb.json"
# _LOADED = "qt_plugin"
## Scopes:
#####################################################################
extend_target(qdirectfb CONDITION QT_CONFIG___contains___directfb_egl
SOURCES
qdirectfb_egl.cpp qdirectfb_egl.h
DEFINES
DIRECTFB_GL_EGL
LIBRARIES
Qt::EglSupportPrivate
PUBLIC_LIBRARIES
Qt::EglSupport
)
extend_target(qdirectfb CONDITION NOT DIRECTFB_PLATFORM_HOOKS_SOURCES_ISEMPTY
DEFINES
DIRECTFB_PLATFORM_HOOKS
)
#### Keys ignored in scope 3:.:.:directfb.pro:NOT DIRECTFB_PLATFORM_HOOKS_SOURCES_ISEMPTY:
# QMAKE_LIBDIR = "$$DIRECTFB_PLATFORM_HOOKS_LIBDIR"
extend_target(qdirectfb CONDITION DIRECTFB_PLATFORM_HOOKS_SOURCES_ISEMPTY
SOURCES
qdirectfbeglhooks_stub.cpp
)
#### Keys ignored in scope 5:.:.:directfb.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
# PLUGIN_EXTENDS = "-"

View File

@ -29,12 +29,12 @@ add_qt_plugin(qdirectfb
Qt::GuiPrivate
Qt::ServiceSupportPrivate
PUBLIC_LIBRARIES
PkgConfig::DirectFB
Qt::Core
Qt::EventDispatcherSupport
Qt::FontDatabaseSupport
Qt::Gui
Qt::ServiceSupport
PkgConfig::DirectFB # special case
)
#### Keys ignored in scope 1:.:.:directfb.pro:<TRUE>:

View File

@ -0,0 +1,56 @@
# Generated from linuxfb.pro.
#####################################################################
## qlinuxfb Plugin:
#####################################################################
add_qt_plugin(qlinuxfb
TYPE platforms
CLASS_NAME QLinuxFbIntegrationPlugin
SOURCES
main.cpp
qlinuxfbintegration.cpp qlinuxfbintegration.h
qlinuxfbscreen.cpp qlinuxfbscreen.h
DEFINES
QT_NO_FOREACH
LIBRARIES
Qt::CorePrivate
Qt::EventDispatcherSupportPrivate
Qt::FbSupportPrivate
Qt::FontDatabaseSupportPrivate
Qt::GuiPrivate
Qt::ServiceSupportPrivate
PUBLIC_LIBRARIES
Qt::Core
Qt::EventDispatcherSupport
Qt::FbSupport
Qt::FontDatabaseSupport
Qt::Gui
Qt::ServiceSupport
)
#### Keys ignored in scope 1:.:.:linuxfb.pro:<TRUE>:
# OTHER_FILES = "linuxfb.json"
# _LOADED = "qt_plugin"
## Scopes:
#####################################################################
extend_target(qlinuxfb CONDITION TARGET Qt::InputSupportPrivate
LIBRARIES
Qt::InputSupportPrivate
PUBLIC_LIBRARIES
Qt::InputSupport
)
extend_target(qlinuxfb CONDITION TARGET Qt::KmsSupportPrivate
SOURCES
qlinuxfbdrmscreen.cpp qlinuxfbdrmscreen.h
LIBRARIES
Qt::KmsSupportPrivate
PUBLIC_LIBRARIES
Qt::KmsSupport
)
#### Keys ignored in scope 4:.:.:linuxfb.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
# PLUGIN_EXTENDS = "-"

View File

@ -32,8 +32,6 @@ add_qt_plugin(qlinuxfb
#### Keys ignored in scope 1:.:.:linuxfb.pro:<TRUE>:
# OTHER_FILES = "linuxfb.json"
# PLUGIN_CLASS_NAME = "QLinuxFbIntegrationPlugin"
# PLUGIN_TYPE = "platforms"
# _LOADED = "qt_plugin"
## Scopes:

View File

@ -0,0 +1,41 @@
# Generated from minimal.pro.
#####################################################################
## qminimal Plugin:
#####################################################################
add_qt_plugin(qminimal
TYPE platforms
CLASS_NAME QMinimalIntegrationPlugin
SOURCES
main.cpp
qminimalbackingstore.cpp qminimalbackingstore.h
qminimalintegration.cpp qminimalintegration.h
DEFINES
QT_NO_FOREACH
LIBRARIES
Qt::CorePrivate
Qt::EventDispatcherSupportPrivate
Qt::FontDatabaseSupportPrivate
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Core
Qt::EventDispatcherSupport
Qt::FontDatabaseSupport
Qt::Gui
)
#### Keys ignored in scope 1:.:.:minimal.pro:<TRUE>:
# OTHER_FILES = "minimal.json"
# _LOADED = "qt_plugin"
## Scopes:
#####################################################################
extend_target(qminimal CONDITION QT_FEATURE_freetype
LIBRARIES
WrapFreetype::WrapFreetype
)
#### Keys ignored in scope 3:.:.:minimal.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
# PLUGIN_EXTENDS = "-"

View File

@ -28,8 +28,6 @@ add_qt_plugin(qminimal
#### Keys ignored in scope 1:.:.:minimal.pro:<TRUE>:
# OTHER_FILES = "minimal.json"
# PLUGIN_CLASS_NAME = "QMinimalIntegrationPlugin"
# PLUGIN_TYPE = "platforms"
# _LOADED = "qt_plugin"
## Scopes:

View File

@ -0,0 +1,44 @@
# Generated from minimalegl.pro.
#####################################################################
## qminimalegl Plugin:
#####################################################################
add_qt_plugin(qminimalegl
TYPE platforms
CLASS_NAME QMinimalEglIntegrationPlugin
SOURCES
main.cpp
qminimaleglintegration.cpp qminimaleglintegration.h
qminimaleglscreen.cpp qminimaleglscreen.h
qminimaleglwindow.cpp qminimaleglwindow.h
DEFINES
QT_EGL_NO_X11
LIBRARIES
Qt::CorePrivate
Qt::EglSupportPrivate
Qt::EventDispatcherSupportPrivate
Qt::FontDatabaseSupportPrivate
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Core
Qt::EglSupport
Qt::EventDispatcherSupport
Qt::FontDatabaseSupport
Qt::Gui
)
#### Keys ignored in scope 1:.:.:minimalegl.pro:<TRUE>:
# OTHER_FILES = "minimalegl.json"
# _LOADED = "qt_plugin"
## Scopes:
#####################################################################
extend_target(qminimalegl CONDITION QT_FEATURE_opengl
SOURCES
qminimaleglbackingstore.cpp qminimaleglbackingstore.h
)
#### Keys ignored in scope 3:.:.:minimalegl.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
# PLUGIN_EXTENDS = "-"

View File

@ -30,10 +30,7 @@ add_qt_plugin(qminimalegl
)
#### Keys ignored in scope 1:.:.:minimalegl.pro:<TRUE>:
# CONFIG = "egl"
# OTHER_FILES = "minimalegl.json"
# PLUGIN_CLASS_NAME = "QMinimalEglIntegrationPlugin"
# PLUGIN_TYPE = "platforms"
# _LOADED = "qt_plugin"
## Scopes:

View File

@ -0,0 +1,46 @@
# Generated from offscreen.pro.
#####################################################################
## qoffscreen Plugin:
#####################################################################
add_qt_plugin(qoffscreen
TYPE platforms
CLASS_NAME QOffscreenIntegrationPlugin
SOURCES
main.cpp
qoffscreencommon.cpp qoffscreencommon.h
qoffscreenintegration.cpp qoffscreenintegration.h
qoffscreenwindow.cpp qoffscreenwindow.h
DEFINES
QT_NO_FOREACH
LIBRARIES
Qt::CorePrivate
Qt::EventDispatcherSupportPrivate
Qt::FontDatabaseSupportPrivate
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Core
Qt::EventDispatcherSupport
Qt::FontDatabaseSupport
Qt::Gui
)
#### Keys ignored in scope 1:.:.:offscreen.pro:<TRUE>:
# OTHER_FILES = "offscreen.json"
# _LOADED = "qt_plugin"
## Scopes:
#####################################################################
extend_target(qoffscreen CONDITION QT_FEATURE_opengl AND QT_FEATURE_xlib AND NOT QT_FEATURE_opengles2
SOURCES
qoffscreenintegration_x11.cpp qoffscreenintegration_x11.h
LIBRARIES
Qt::GlxSupportPrivate
PUBLIC_LIBRARIES
Qt::GlxSupport
)
#### Keys ignored in scope 3:.:.:offscreen.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
# PLUGIN_EXTENDS = "-"

View File

@ -29,8 +29,6 @@ add_qt_plugin(qoffscreen
#### Keys ignored in scope 1:.:.:offscreen.pro:<TRUE>:
# OTHER_FILES = "offscreen.json"
# PLUGIN_CLASS_NAME = "QOffscreenIntegrationPlugin"
# PLUGIN_TYPE = "platforms"
# _LOADED = "qt_plugin"
## Scopes:

View File

@ -0,0 +1,52 @@
# Generated from vnc.pro.
#####################################################################
## qvnc Plugin:
#####################################################################
add_qt_plugin(qvnc
TYPE platforms
CLASS_NAME QVncIntegrationPlugin
SOURCES
main.cpp
qvnc.cpp qvnc_p.h
qvncclient.cpp qvncclient.h
qvncintegration.cpp qvncintegration.h
qvncscreen.cpp qvncscreen.h
DEFINES
QT_NO_FOREACH
LIBRARIES
Qt::CorePrivate
Qt::EventDispatcherSupportPrivate
Qt::FbSupportPrivate
Qt::FontDatabaseSupportPrivate
Qt::GuiPrivate
Qt::ServiceSupportPrivate
Qt::ThemeSupportPrivate
PUBLIC_LIBRARIES
Qt::Core
Qt::EventDispatcherSupport
Qt::FbSupport
Qt::FontDatabaseSupport
Qt::Gui
Qt::Network
Qt::ServiceSupport
Qt::ThemeSupport
)
#### Keys ignored in scope 1:.:.:vnc.pro:<TRUE>:
# OTHER_FILES = "vnc.json"
# _LOADED = "qt_plugin"
## Scopes:
#####################################################################
extend_target(qvnc CONDITION TARGET Qt::InputSupportPrivate
LIBRARIES
Qt::InputSupportPrivate
PUBLIC_LIBRARIES
Qt::InputSupport
)
#### Keys ignored in scope 3:.:.:vnc.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
# PLUGIN_EXTENDS = "-"

View File

@ -37,8 +37,6 @@ add_qt_plugin(qvnc
#### Keys ignored in scope 1:.:.:vnc.pro:<TRUE>:
# OTHER_FILES = "vnc.json"
# PLUGIN_CLASS_NAME = "QVncIntegrationPlugin"
# PLUGIN_TYPE = "platforms"
# _LOADED = "qt_plugin"
## Scopes: