[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#917107: qtwayland-opensource-src: Check if CMake files for plugins need to be removed





El lun., 18 mar. 2019 16:51, Dmitry Shachnev <mitya57@debian.org> escribió:
On Sat, Dec 22, 2018 at 03:37:27PM -0300, Lisandro Damián Nicanor Pérez Meyer wrote:
> The correct fix for https://bugs.launchpad.net/ubuntu/+source/qtwayland-opensource-src/+bug/1806186
> might be removing/patching cmake file for plugins.

Just for the record, Qt’s mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
has this line:

  file(GLOB pluginTargets \"${CMAKE_CURRENT_LIST_DIR}/Qt5$${CMAKE_MODULE_NAME}_*Plugin.cmake\")

And it ends up in /usr/lib/*/cmake/Qt5Gui/Qt5GuiConfig.cmake which then has
this line:

  file(GLOB pluginTargets "${CMAKE_CURRENT_LIST_DIR}/Qt5Gui_*Plugin.cmake")

So the file Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake and similar
files match this glob.


Isn't Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake just a cmake file for finding a plug-in (and this other associated ones)? If that's the case then it's off no use for us.

Reply to: