CMake: Re-generate plugins/platforms/eglfs
Change-Id: I62651eac0eede77f1b7fa86e198f71b0ea1da2c7 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
11f217d21b
commit
9a7de16fac
@ -1,5 +1,3 @@
|
|||||||
# Generated from eglfs.pro.
|
|
||||||
|
|
||||||
find_package(EGL)
|
find_package(EGL)
|
||||||
find_package(WrapOpenGL)
|
find_package(WrapOpenGL)
|
||||||
|
|
||||||
@ -23,21 +21,23 @@ add_qt_module(EglFSDeviceIntegration
|
|||||||
api
|
api
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::GuiPrivate
|
|
||||||
Qt::DeviceDiscoverySupportPrivate
|
Qt::DeviceDiscoverySupportPrivate
|
||||||
|
Qt::EglSupportPrivate
|
||||||
Qt::EventDispatcherSupportPrivate
|
Qt::EventDispatcherSupportPrivate
|
||||||
|
Qt::FbSupportPrivate
|
||||||
|
Qt::FontDatabaseSupportPrivate
|
||||||
|
Qt::GuiPrivate
|
||||||
Qt::ServiceSupportPrivate
|
Qt::ServiceSupportPrivate
|
||||||
Qt::ThemeSupportPrivate
|
Qt::ThemeSupportPrivate
|
||||||
Qt::FontDatabaseSupportPrivate
|
EGL::EGL # special case
|
||||||
Qt::FbSupportPrivate
|
WrapOpenGL # special case
|
||||||
Qt::EglSupportPrivate
|
|
||||||
EGL::EGL
|
|
||||||
WrapOpenGL
|
|
||||||
# CONFIG = "internal_module" "egl"
|
|
||||||
# MODULE = "eglfsdeviceintegration"
|
|
||||||
# _LOADED = "qt_module"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 2:.:./eglfsdeviceintegration.pro:<NONE>:
|
||||||
|
# CONFIG = "internal_module" "egl"
|
||||||
|
# MODULE = "eglfsdeviceintegration"
|
||||||
|
# _LOADED = "qt_module"
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -51,26 +51,18 @@ extend_target(EglFSDeviceIntegration CONDITION TARGET Qt::PlatformCompositorSupp
|
|||||||
Qt::PlatformCompositorSupportPrivate
|
Qt::PlatformCompositorSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO
|
# special case:
|
||||||
# extend_target(EglFSDeviceIntegration CONDITION NOT EGLFS_PLATFORM_HOOKS_SOURCES_ISEMPTY
|
# extend_target(EglFSDeviceIntegration CONDITION NOT EGLFS_PLATFORM_HOOKS_SOURCES_ISEMPTY ...
|
||||||
# DEFINES
|
# extend_target(EglFSDeviceIntegration CONDITION NOT EGLFS_DEVICE_INTEGRATION_ISEMPTY ...
|
||||||
# EGLFS_PLATFORM_HOOKS
|
|
||||||
# )
|
|
||||||
|
|
||||||
# TODO
|
#### Keys ignored in scope 7:.:./eglfsdeviceintegration.pro:use_gold_linker:
|
||||||
# extend_target(EglFSDeviceIntegration CONDITION NOT EGLFS_DEVICE_INTEGRATION_ISEMPTY
|
# CONFIG = "no_linker_version_script"
|
||||||
# DEFINES
|
|
||||||
# EGLFS_PREFERRED_PLUGIN=
|
# Resources:
|
||||||
# )
|
add_qt_resource(EglFSDeviceIntegration "cursor" FILES
|
||||||
#
|
cursor-atlas.png
|
||||||
#extend_target(EglFSDeviceIntegration CONDITION use_gold_linker
|
cursor.json)
|
||||||
# # CONFIG = "no_linker_version_script"
|
|
||||||
#)
|
|
||||||
|
|
||||||
extend_target(EglFSDeviceIntegration CONDITION NOT DEFINES___contains___QT_NO_CURSOR
|
|
||||||
SOURCES
|
|
||||||
cursor.qrc
|
|
||||||
)
|
|
||||||
|
|
||||||
extend_target(EglFSDeviceIntegration CONDITION QT_FEATURE_opengl
|
extend_target(EglFSDeviceIntegration CONDITION QT_FEATURE_opengl
|
||||||
SOURCES
|
SOURCES
|
||||||
@ -90,20 +82,21 @@ add_qt_plugin(qeglfs
|
|||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
api
|
api
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate # special case
|
||||||
Qt::EglFSDeviceIntegrationPrivate
|
Qt::EglFSDeviceIntegrationPrivate
|
||||||
EGL::EGL
|
EGL::EGL # special case
|
||||||
# CONFIG = "egl"
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs.json"
|
|
||||||
# PLUGIN_CLASS_NAME = "QEglFSIntegrationPlugin"
|
|
||||||
# _LOADED = "qt_plugin"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 11:.:./eglfs-plugin.pro:<NONE>:
|
||||||
|
# CONFIG = "egl"
|
||||||
|
# OTHER_FILES = "$$PWD/eglfs.json"
|
||||||
|
# PLUGIN_CLASS_NAME = "QEglFSIntegrationPlugin"
|
||||||
|
# _LOADED = "qt_plugin"
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#
|
|
||||||
#extend_target(qeglfs CONDITION NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN
|
|
||||||
# # PLUGIN_EXTENDS = "-"
|
|
||||||
#)
|
|
||||||
|
|
||||||
|
#### Keys ignored in scope 12:.:./eglfs-plugin.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||||
|
# PLUGIN_EXTENDS = "-"
|
||||||
add_subdirectory(deviceintegration)
|
add_subdirectory(deviceintegration)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user