43e1d099b4
This reverts commit 940bfe2f43
with the
following changes:
- new hashes for 5.6.3 and 5.9.1 (there is no 5.9.2).
- BR2_PACKAGE_QT5BASE_LICENSE_APPROVED has been removed
- add GPL-3 to licences
- uses SPDX identifier for licences
- add missing dependencies (qt5base, qt5webkit, qt5declarative)
- removes /usr when qmake host-tools is invoked at configure
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
[Thomas: add entry in the DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
config BR2_PACKAGE_QT5WEBKIT_EXAMPLES
|
|
bool "qt5webkit-examples"
|
|
depends on BR2_PACKAGE_QT5WEBKIT
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
This package contains examples for the qt5webkit module.
|
|
|
|
http://qt.io
|