Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Thu, 19 Jun 2025 22:08:21 +0000 (00:08 +0200)
committerPatrick Franz <deltaone@debian.org>
Thu, 19 Jun 2025 22:08:21 +0000 (00:08 +0200)
commit53462010de6b66cb052782a8151238934e8e05cc
tree1b29b70af5a7369b5fd38e911b196dc5586a838d
parent90a10cbbea44f3889e7289b9261dec435289bb20
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