CMake: Re-generate plugins/platforms/offscreen
Change-Id: Ie26bed794881835278f3874e318d00affad8aa05 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
dde95a3bdb
commit
2d1bc2dd6f
@ -1,7 +1,5 @@
|
|||||||
# Generated from offscreen.pro.
|
# Generated from offscreen.pro.
|
||||||
|
|
||||||
find_package(X11)
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## qoffscreen Plugin:
|
## qoffscreen Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -17,14 +15,16 @@ add_qt_plugin(qoffscreen
|
|||||||
QT_NO_FOREACH
|
QT_NO_FOREACH
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::GuiPrivate
|
|
||||||
Qt::EventDispatcherSupportPrivate
|
Qt::EventDispatcherSupportPrivate
|
||||||
Qt::FontDatabaseSupportPrivate
|
Qt::FontDatabaseSupportPrivate
|
||||||
# OTHER_FILES = "offscreen.json"
|
Qt::GuiPrivate
|
||||||
# PLUGIN_CLASS_NAME = "QOffscreenIntegrationPlugin"
|
|
||||||
# _LOADED = "qt_plugin"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 1:.:offscreen.pro:<NONE>:
|
||||||
|
# OTHER_FILES = "offscreen.json"
|
||||||
|
# PLUGIN_CLASS_NAME = "QOffscreenIntegrationPlugin"
|
||||||
|
# _LOADED = "qt_plugin"
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -35,11 +35,10 @@ extend_target(qoffscreen CONDITION QT_FEATURE_opengl AND QT_FEATURE_xlib AND NOT
|
|||||||
Qt::GlxSupportPrivate
|
Qt::GlxSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_target(qoffscreen CONDITION NOT QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR NOT QT_FEATURE_xlib
|
extend_target(qoffscreen CONDITION QT_FEATURE_opengles2 OR NOT QT_FEATURE_opengl OR NOT QT_FEATURE_xlib
|
||||||
SOURCES
|
SOURCES
|
||||||
qoffscreenintegration_dummy.cpp
|
qoffscreenintegration_dummy.cpp
|
||||||
)
|
)
|
||||||
#
|
|
||||||
#extend_target(qoffscreen CONDITION NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN
|
#### Keys ignored in scope 4:.:offscreen.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||||
# # PLUGIN_EXTENDS = "-"
|
# PLUGIN_EXTENDS = "-"
|
||||||
#)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user