[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



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.

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature


Reply to: