Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sat, 1 Mar 2025 11:21:39 +0000 (12:21 +0100)
committerPatrick Franz <deltaone@debian.org>
Sat, 1 Mar 2025 11:21:39 +0000 (12:21 +0100)
commit82f133148e448090236ea956e8998502d10631c1
treed77ab69f6209891797650b7cad02948d09a69582
parent1da38fb562014d41e24a3283747022e694c88c24
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