diff --git a/debian/changelog b/debian/changelog index 511e03c..6e197bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ qt6-base (6.7.2+dfsg-3) UNRELEASED; urgency=medium + [ Dmitry Shachnev ] + * Replace Qml2Imports (deprecated) with QmlImports in debian/qt.conf.in. -- Debian Qt/KDE Maintainers Tue, 17 Sep 2024 11:38:37 +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