Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 8 Dec 2024 21:49:21 +0000 (22:49 +0100)
committerPatrick Franz <deltaone@debian.org>
Sun, 8 Dec 2024 21:49:21 +0000 (22:49 +0100)
commit835106a0be7a42722d447f1773af10da18fc3c7a
treee7bbf8835e9516d4e24e44bfa130358e80349489
parent952df7ffbc0878b58dea4cd04f1eb5fc156aeeba
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