Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Thu, 6 Jun 2024 16:11:40 +0000 (18:11 +0200)
committerPatrick Franz <deltaone@debian.org>
Thu, 6 Jun 2024 16:11:40 +0000 (18:11 +0200)
commitc95718fbfa4e8889796119d67c97e4f9266196a7
tree28324152ba30d9864cf5a7cd5cae0a8f580f264b
parent835c9c365b62f236b3ea3d711f3d64319731c27d
Enable skipping plugins search at build time.

Forwarded: not-needed

This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.

The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!

Gbp-Pq: Name enable_skip_plugins.patch
cmake/QtPlugins.cmake.in
cmake/QtPostProcessHelpers.cmake