mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 12:59:52 +00:00
#3267 qt6: add missing scripting support library
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
parent
54d7291a5d
commit
e20eb830ed
3 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# QOwnNotes Changelog
|
# 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
|
## 25.5.9
|
||||||
|
|
||||||
- The packages on the Ubuntu repositories for Qt6 on Launchpad are now built with
|
- 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))
|
(for [#3271](https://github.com/pbek/QOwnNotes/issues/3271))
|
||||||
- A menu entry to close a tab was aded to the tab context menu
|
- 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
|
- 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)
|
- Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)
|
||||||
|
|
||||||
## 25.5.7
|
## 25.5.7
|
||||||
|
|
|
@ -37,6 +37,7 @@ Depends:
|
||||||
libqt6websockets6,
|
libqt6websockets6,
|
||||||
qt6-wayland,
|
qt6-wayland,
|
||||||
qt6-qpa-plugins,
|
qt6-qpa-plugins,
|
||||||
|
qml6-module-qtqml,
|
||||||
qml6-module-qtqml-workerscript,
|
qml6-module-qtqml-workerscript,
|
||||||
qml6-module-qtqml-models,
|
qml6-module-qtqml-models,
|
||||||
openssl
|
openssl
|
||||||
|
|
|
@ -37,6 +37,7 @@ Depends:
|
||||||
libqt6websockets6,
|
libqt6websockets6,
|
||||||
qt6-wayland,
|
qt6-wayland,
|
||||||
qt6-qpa-plugins,
|
qt6-qpa-plugins,
|
||||||
|
qml6-module-qtqml,
|
||||||
qml6-module-qtqml-workerscript,
|
qml6-module-qtqml-workerscript,
|
||||||
qml6-module-qtqml-models,
|
qml6-module-qtqml-models,
|
||||||
openssl
|
openssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue