mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 20:51:54 +02:00
git/examples/quickcontrols2/texteditor/documenthandler.cpp:284:18: error: invalid use of incomplete type 'class QDebug'
qWarning() << "load() called before DocumentHandler has QQmlEngine";
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
477 B
BlitzBasic
18 lines
477 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
|
file://LICENSE.LGPLv3;md5=a37e6cd7102174853307e03e6edc5f30 \
|
|
file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
|
|
"
|
|
|
|
DEPENDS += "qtdeclarative"
|
|
|
|
SRC_URI += " \
|
|
file://0001-qtquickcontrols2-fix-compilation-of-examples-textedi.patch \
|
|
"
|
|
|
|
SRCREV = "6f7852a307c7ebbdb3b6efa00cbf7626b072bbc1"
|