diff --git a/src/plugins/platforms/offscreen/CMakeLists.txt b/src/plugins/platforms/offscreen/CMakeLists.txt index d5bff05451c..1cb5f0a4568 100644 --- a/src/plugins/platforms/offscreen/CMakeLists.txt +++ b/src/plugins/platforms/offscreen/CMakeLists.txt @@ -1,7 +1,5 @@ # Generated from offscreen.pro. -find_package(X11) - ##################################################################### ## qoffscreen Plugin: ##################################################################### @@ -17,14 +15,16 @@ add_qt_plugin(qoffscreen QT_NO_FOREACH LIBRARIES Qt::CorePrivate - Qt::GuiPrivate Qt::EventDispatcherSupportPrivate Qt::FontDatabaseSupportPrivate - # OTHER_FILES = "offscreen.json" - # PLUGIN_CLASS_NAME = "QOffscreenIntegrationPlugin" - # _LOADED = "qt_plugin" + Qt::GuiPrivate ) +#### Keys ignored in scope 1:.:offscreen.pro:: +# OTHER_FILES = "offscreen.json" +# PLUGIN_CLASS_NAME = "QOffscreenIntegrationPlugin" +# _LOADED = "qt_plugin" + ## Scopes: ##################################################################### @@ -35,11 +35,10 @@ extend_target(qoffscreen CONDITION QT_FEATURE_opengl AND QT_FEATURE_xlib AND NOT 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 qoffscreenintegration_dummy.cpp ) -# -#extend_target(qoffscreen CONDITION NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN -# # PLUGIN_EXTENDS = "-" -#) + +#### Keys ignored in scope 4:.:offscreen.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN: +# PLUGIN_EXTENDS = "-"