From 332a64c7ebdbc8a44e5cb253438d35efc98dd4dd Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Tue, 17 Sep 2024 11:40:04 +0300 Subject: [PATCH] Replace Qml2Imports with QmlImports in debian/qt.conf.in. The old name is deprecated, see https://code.qt.io/cgit/qt/qtbase.git/commit/?id=04ec14105ec41a67. This should also prevent https://bugreports.qt.io/browse/QTBUG-128946 from happening. --- debian/changelog | 2 ++ debian/qt.conf.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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