diff --git a/debian/changelog b/debian/changelog index d12f562..c6e2851 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ qt6-base (6.6.2+dfsg-12) UNRELEASED; urgency=medium + [ Dmitry Shachnev ] + * Replace Qml2Imports (deprecated) with QmlImports in debian/qt.conf.in. -- Debian Qt/KDE Maintainers Sun, 22 Sep 2024 22:07:15 +0300 diff --git a/debian/qt.conf.in b/debian/qt.conf.in index d998003..52cdda3 100644 --- a/debian/qt.conf.in +++ b/debian/qt.conf.in @@ -12,6 +12,6 @@ HostLibraryExecutables=lib/qt6/libexec Libraries=lib/@DEB_HOST_MULTIARCH@ LibraryExecutables=lib/qt6/libexec Plugins=lib/@DEB_HOST_MULTIARCH@/qt6/plugins -Qml2Imports=lib/@DEB_HOST_MULTIARCH@/qt6/qml +QmlImports=lib/@DEB_HOST_MULTIARCH@/qt6/qml Settings=/etc/xdg Translations=share/qt6/translations