Do not include targets for plugins and QML plugins in cmake-files.

This commit is contained in:
Patrick Franz 2023-11-01 00:00:49 +01:00
parent f5815b2d6d
commit 72720b78cc
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56
2 changed files with 5 additions and 0 deletions

3
debian/changelog vendored
View File

@ -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 <debian-qt-kde@lists.debian.org> Tue, 31 Oct 2023 22:55:33 +0100
qt6-base (6.6.0+dfsg-3) experimental; urgency=medium

2
debian/rules vendored
View File

@ -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 \