Merge 1361e3e3795f9efe2411ad9e0ffdb1ed34cfaa08 into 8aedac421d7aa1b6a320b40fcc49013ba079686b

This commit is contained in:
Rick Calixte 2025-05-12 01:40:39 +01:00 committed by GitHub
commit e5c2210d7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
qt6-multimedia-dev \
qt6-pdf-dev \
qt6-svg-dev \
qt6-webchannel-dev \
qt6-webengine-dev \
libqscintilla2-qt5-dev \
libqscintilla2-qt6-dev \

View File

@ -1,6 +1,6 @@
package webchannel
/*
#cgo pkg-config: Qt6WebChannel
#cgo pkg-config: Qt6WebChannel Qt6WebChannelQuick
*/
import "C"