diff --git a/coin/test-configs.inc b/coin/test-configs.inc index 71136b8..bb1bdea 100644 --- a/coin/test-configs.inc +++ b/coin/test-configs.inc @@ -62,6 +62,7 @@ PACKAGECONFIG:append:pn-qtconnectivity = " examples" PACKAGECONFIG:append:pn-qtdatavis3d = " examples" PACKAGECONFIG:append:pn-qtdeclarative = " examples" PACKAGECONFIG:append:pn-qtdeviceutilities = " examples" +PACKAGECONFIG:append:pn-qthttpserver = " examples" PACKAGECONFIG:append:pn-qtimageformats = " examples" PACKAGECONFIG:append:pn-qtinterfaceframework = " examples" PACKAGECONFIG:append:pn-qtlanguageserver = " examples" diff --git a/recipes-qt/packagegroups/packagegroup-qt6-addons.bb b/recipes-qt/packagegroups/packagegroup-qt6-addons.bb index 876bea8..6f15b0e 100644 --- a/recipes-qt/packagegroups/packagegroup-qt6-addons.bb +++ b/recipes-qt/packagegroups/packagegroup-qt6-addons.bb @@ -17,6 +17,7 @@ RDEPENDS:${PN} += " \ ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'qtconnectivity-tools', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtdatavis3d', '', d)} \ qtdeviceutilities \ + qthttpserver \ qtimageformats \ ${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-python', 'qtinterfaceframework', '', d)} \ qtlottie \ diff --git a/recipes-qt/qt6/qt6-git.inc b/recipes-qt/qt6/qt6-git.inc index bdccc68..946614c 100644 --- a/recipes-qt/qt6/qt6-git.inc +++ b/recipes-qt/qt6/qt6-git.inc @@ -28,6 +28,7 @@ SRCREV_qtconnectivity = "22cafede461aa8548170bcb3e656c2dfab02fad0" SRCREV_qtdatavis3d = "3f6659726bb1a659a50fdd50b76b6a9f105c90a3" SRCREV_qtdeclarative = "ffb05a6c8e27b22561af7642a9bdce1e3a033746" SRCREV_qtdeviceutilities = "d62af1376cc612f386b7e8924724b8ce6f99673d" +SRCREV_qthttpserver = "d8feb769c7713e91cb534f2975d8eaa05b599578" SRCREV_qtimageformats = "55c3b8d01f69413bd2d28d97e9015d2d69f39ae3" SRCREV_qtinterfaceframework = "2d79ea6850e1f02774e378af124ce0fc320f32ae" SRCREV_qtlanguageserver = "479a8df8b38c772438bb13ea9ca5e35f88b836bb" diff --git a/recipes-qt/qt6/qthttpserver_git.bb b/recipes-qt/qt6/qthttpserver_git.bb new file mode 100644 index 0000000..36f2c61 --- /dev/null +++ b/recipes-qt/qt6/qthttpserver_git.bb @@ -0,0 +1,9 @@ +LICENSE = "GFDL-1.3 & BSD-3-Clause & GPL-3.0-only | The-Qt-Company-Commercial" +LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504" + +inherit qt6-cmake + +include recipes-qt/qt6/qt6-git.inc +include recipes-qt/qt6/qt6.inc + +DEPENDS += "qtbase"