Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)
committerPatrick Franz <deltaone@debian.org>
Fri, 4 Oct 2024 23:12:57 +0000 (01:12 +0200)
commit58ed907428e80ec8c48bb1099c2754f7c16af4e8
treec8f67fd6a1890388c8c454a5bd88a0380e6ab55d
parentd1cf5c96a22db9bd5978b6a7c224b394518de745
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