From e20eb830ed82916e3827950118f5e9dc58e7e384 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Tue, 20 May 2025 21:20:28 +0200 Subject: [PATCH] #3267 qt6: add missing scripting support library Signed-off-by: Patrizio Bekerle --- CHANGELOG.md | 8 +++++++- build-systems/obs/cmake-qt6/debian.control | 1 + ubuntu-launchpad/qt6/control | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac59a369c..14fadcf94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # QOwnNotes Changelog +## 25.5.10 + +- One more missing library for the scripting engine was added to the OBS + Debian / Ubuntu builds with Qt6 and for the Qt6 builds for Ubuntu Launchpad + (for [#3267](https://github.com/pbek/QOwnNotes/issues/3267)) + ## 25.5.9 - The packages on the Ubuntu repositories for Qt6 on Launchpad are now built with @@ -17,7 +23,7 @@ (for [#3271](https://github.com/pbek/QOwnNotes/issues/3271)) - A menu entry to close a tab was aded to the tab context menu - Missing libraries for the scripting engine were added to the OBS Debian / Ubuntu - builds with Qt and cmake (for [#3267](https://github.com/pbek/QOwnNotes/issues/3267)) + builds with Qt6 and cmake (for [#3267](https://github.com/pbek/QOwnNotes/issues/3267)) - Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc) ## 25.5.7 diff --git a/build-systems/obs/cmake-qt6/debian.control b/build-systems/obs/cmake-qt6/debian.control index e10546c01..20251dd1b 100644 --- a/build-systems/obs/cmake-qt6/debian.control +++ b/build-systems/obs/cmake-qt6/debian.control @@ -37,6 +37,7 @@ Depends: libqt6websockets6, qt6-wayland, qt6-qpa-plugins, + qml6-module-qtqml, qml6-module-qtqml-workerscript, qml6-module-qtqml-models, openssl diff --git a/ubuntu-launchpad/qt6/control b/ubuntu-launchpad/qt6/control index b0930c1f3..5464219cc 100644 --- a/ubuntu-launchpad/qt6/control +++ b/ubuntu-launchpad/qt6/control @@ -37,6 +37,7 @@ Depends: libqt6websockets6, qt6-wayland, qt6-qpa-plugins, + qml6-module-qtqml, qml6-module-qtqml-workerscript, qml6-module-qtqml-models, openssl