Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 22 Sep 2024 19:08:16 +0000 (22:08 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Sun, 22 Sep 2024 19:08:16 +0000 (22:08 +0300)
commit4a00b1a2f44427556aac5edb816d4006ae537df7
tree9d18d9d213c504ae031a249fb865e49747583ac8
parent47bae151724dda6beda78067d0c91b5fb669232f
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