Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Fri, 2 Aug 2024 15:24:23 +0000 (18:24 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 2 Aug 2024 15:24:23 +0000 (18:24 +0300)
commite4b1d9e88aa8c1b387e7fb0f372fb8a6b03813d1
tree12833d7036ee04ed8a27d60e5d6c64f503b1506c
parentf8db1961af356fcf71053c09f39dea472c13aedc
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