From 72720b78ccdc2c2bb1fed12b4e1dc3432f9f2a78 Mon Sep 17 00:00:00 2001 From: Patrick Franz Date: Wed, 1 Nov 2023 00:00:49 +0100 Subject: [PATCH] Do not include targets for plugins and QML plugins in cmake-files. --- debian/changelog | 3 +++ debian/rules | 2 ++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index e2ef4d5..4c22021 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ qt6-base (6.6.0+dfsg-4) UNRELEASED; urgency=medium + [ Patrick Franz ] + * Do not include targets for plugins and QML plugins in cmake-files. + -- Debian Qt/KDE Maintainers Tue, 31 Oct 2023 22:55:33 +0100 qt6-base (6.6.0+dfsg-3) experimental; urgency=medium diff --git a/debian/rules b/debian/rules index 3b3d95c..a701e76 100755 --- a/debian/rules +++ b/debian/rules @@ -52,6 +52,8 @@ override_dh_auto_configure: -DINSTALL_PUBLICBINDIR=bin \ -DQT_BUILD_EXAMPLES=ON \ -DQT_INSTALL_EXAMPLES_SOURCES=ON \ + -DQT_SKIP_AUTO_PLUGIN_INCLUSION=ON \ + -DQT_SKIP_AUTO_QML_PLUGIN_INCLUSION=ON \ -DFEATURE_mimetype_database=OFF \ -DFEATURE_dbus_linked=ON \ -DFEATURE_accessibility=ON \