Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 2 Feb 2025 12:00:45 +0000 (13:00 +0100)
committerSandro Knauß <hefee@debian.org>
Sun, 2 Feb 2025 12:00:45 +0000 (13:00 +0100)
commitc777bd529a580bb04c51e03af1c27e17d7db9b4d
tree59a81d6cca91cabada5f30358a63c0f9b931b1ad
parent9122ecae9c5489bbd9460107cf504d0f33b4a43d
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