From ecf8644c7d7eb330cd3dd2f6ec14da6a6c7221b4 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 8 Oct 2019 11:27:17 +0200 Subject: Regenerate platforms plugins part 5 Change-Id: I6d480372eb62ffff46ce3102d9adf3b4a6da1b7d Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- .../platforms/directfb/.prev_CMakeLists.txt | 68 ++++++++++++++++++++++ src/plugins/platforms/directfb/CMakeLists.txt | 2 +- src/plugins/platforms/linuxfb/.prev_CMakeLists.txt | 56 ++++++++++++++++++ src/plugins/platforms/linuxfb/CMakeLists.txt | 2 - src/plugins/platforms/minimal/.prev_CMakeLists.txt | 41 +++++++++++++ src/plugins/platforms/minimal/CMakeLists.txt | 2 - .../platforms/minimalegl/.prev_CMakeLists.txt | 44 ++++++++++++++ src/plugins/platforms/minimalegl/CMakeLists.txt | 3 - .../platforms/offscreen/.prev_CMakeLists.txt | 46 +++++++++++++++ src/plugins/platforms/offscreen/CMakeLists.txt | 2 - src/plugins/platforms/vnc/.prev_CMakeLists.txt | 52 +++++++++++++++++ src/plugins/platforms/vnc/CMakeLists.txt | 2 - 12 files changed, 308 insertions(+), 12 deletions(-) create mode 100644 src/plugins/platforms/directfb/.prev_CMakeLists.txt create mode 100644 src/plugins/platforms/linuxfb/.prev_CMakeLists.txt create mode 100644 src/plugins/platforms/minimal/.prev_CMakeLists.txt create mode 100644 src/plugins/platforms/minimalegl/.prev_CMakeLists.txt create mode 100644 src/plugins/platforms/offscreen/.prev_CMakeLists.txt create mode 100644 src/plugins/platforms/vnc/.prev_CMakeLists.txt diff --git a/src/plugins/platforms/directfb/.prev_CMakeLists.txt b/src/plugins/platforms/directfb/.prev_CMakeLists.txt new file mode 100644 index 0000000000..9c241c340c --- /dev/null +++ b/src/plugins/platforms/directfb/.prev_CMakeLists.txt @@ -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:: +# 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 = "-" diff --git a/src/plugins/platforms/directfb/CMakeLists.txt b/src/plugins/platforms/directfb/CMakeLists.txt index 5f97151d0e..ca195d87d7 100644 --- a/src/plugins/platforms/directfb/CMakeLists.txt +++ b/src/plugins/platforms/directfb/CMakeLists.txt @@ -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:: diff --git a/src/plugins/platforms/linuxfb/.prev_CMakeLists.txt b/src/plugins/platforms/linuxfb/.prev_CMakeLists.txt new file mode 100644 index 0000000000..5354ed6e80 --- /dev/null +++ b/src/plugins/platforms/linuxfb/.prev_CMakeLists.txt @@ -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:: +# 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 = "-" diff --git a/src/plugins/platforms/linuxfb/CMakeLists.txt b/src/plugins/platforms/linuxfb/CMakeLists.txt index 463c66989f..935e683c27 100644 --- a/src/plugins/platforms/linuxfb/CMakeLists.txt +++ b/src/plugins/platforms/linuxfb/CMakeLists.txt @@ -32,8 +32,6 @@ add_qt_plugin(qlinuxfb #### Keys ignored in scope 1:.:.:linuxfb.pro:: # OTHER_FILES = "linuxfb.json" -# PLUGIN_CLASS_NAME = "QLinuxFbIntegrationPlugin" -# PLUGIN_TYPE = "platforms" # _LOADED = "qt_plugin" ## Scopes: diff --git a/src/plugins/platforms/minimal/.prev_CMakeLists.txt b/src/plugins/platforms/minimal/.prev_CMakeLists.txt new file mode 100644 index 0000000000..de0f00415a --- /dev/null +++ b/src/plugins/platforms/minimal/.prev_CMakeLists.txt @@ -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:: +# 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 = "-" diff --git a/src/plugins/platforms/minimal/CMakeLists.txt b/src/plugins/platforms/minimal/CMakeLists.txt index 6a2bda464d..4898f7fd3b 100644 --- a/src/plugins/platforms/minimal/CMakeLists.txt +++ b/src/plugins/platforms/minimal/CMakeLists.txt @@ -28,8 +28,6 @@ add_qt_plugin(qminimal #### Keys ignored in scope 1:.:.:minimal.pro:: # OTHER_FILES = "minimal.json" -# PLUGIN_CLASS_NAME = "QMinimalIntegrationPlugin" -# PLUGIN_TYPE = "platforms" # _LOADED = "qt_plugin" ## Scopes: diff --git a/src/plugins/platforms/minimalegl/.prev_CMakeLists.txt b/src/plugins/platforms/minimalegl/.prev_CMakeLists.txt new file mode 100644 index 0000000000..9f9f4b2020 --- /dev/null +++ b/src/plugins/platforms/minimalegl/.prev_CMakeLists.txt @@ -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:: +# 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 = "-" diff --git a/src/plugins/platforms/minimalegl/CMakeLists.txt b/src/plugins/platforms/minimalegl/CMakeLists.txt index a37b4f9a25..87aa8bc15b 100644 --- a/src/plugins/platforms/minimalegl/CMakeLists.txt +++ b/src/plugins/platforms/minimalegl/CMakeLists.txt @@ -30,10 +30,7 @@ add_qt_plugin(qminimalegl ) #### Keys ignored in scope 1:.:.:minimalegl.pro:: -# CONFIG = "egl" # OTHER_FILES = "minimalegl.json" -# PLUGIN_CLASS_NAME = "QMinimalEglIntegrationPlugin" -# PLUGIN_TYPE = "platforms" # _LOADED = "qt_plugin" ## Scopes: diff --git a/src/plugins/platforms/offscreen/.prev_CMakeLists.txt b/src/plugins/platforms/offscreen/.prev_CMakeLists.txt new file mode 100644 index 0000000000..9dac294745 --- /dev/null +++ b/src/plugins/platforms/offscreen/.prev_CMakeLists.txt @@ -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:: +# 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 = "-" diff --git a/src/plugins/platforms/offscreen/CMakeLists.txt b/src/plugins/platforms/offscreen/CMakeLists.txt index 98fa916445..43c8bdc17b 100644 --- a/src/plugins/platforms/offscreen/CMakeLists.txt +++ b/src/plugins/platforms/offscreen/CMakeLists.txt @@ -29,8 +29,6 @@ add_qt_plugin(qoffscreen #### Keys ignored in scope 1:.:.:offscreen.pro:: # OTHER_FILES = "offscreen.json" -# PLUGIN_CLASS_NAME = "QOffscreenIntegrationPlugin" -# PLUGIN_TYPE = "platforms" # _LOADED = "qt_plugin" ## Scopes: diff --git a/src/plugins/platforms/vnc/.prev_CMakeLists.txt b/src/plugins/platforms/vnc/.prev_CMakeLists.txt new file mode 100644 index 0000000000..d4bdcf98c5 --- /dev/null +++ b/src/plugins/platforms/vnc/.prev_CMakeLists.txt @@ -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:: +# 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 = "-" diff --git a/src/plugins/platforms/vnc/CMakeLists.txt b/src/plugins/platforms/vnc/CMakeLists.txt index cdb2be39d8..03402d06e6 100644 --- a/src/plugins/platforms/vnc/CMakeLists.txt +++ b/src/plugins/platforms/vnc/CMakeLists.txt @@ -37,8 +37,6 @@ add_qt_plugin(qvnc #### Keys ignored in scope 1:.:.:vnc.pro:: # OTHER_FILES = "vnc.json" -# PLUGIN_CLASS_NAME = "QVncIntegrationPlugin" -# PLUGIN_TYPE = "platforms" # _LOADED = "qt_plugin" ## Scopes: -- cgit v1.2.3