mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-03 20:54:37 +02:00
qtmqtt: add recipe
Qt MQTT module was added in Qt 5.10. (http://doc.qt.io/QtMQTT/index.html) Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
12
recipes-qt/qt5/qtmqtt_git.bb
Normal file
12
recipes-qt/qt5/qtmqtt_git.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
require qt5.inc
|
||||
require qt5-git.inc
|
||||
|
||||
LICENSE = "(GPL-3.0 & The-Qt-Company-GPL-Exception-1.0) | The-Qt-Company-Commercial"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
||||
"
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "45d87f0d9260ef0c42434daa329e77aecf3f5d46"
|
||||
Reference in New Issue
Block a user