e47ec96e80
qt5declarative: - rebased 0002-examples-fix-parallel-install.patch qt5tools: - rebased 0001-Disable-designer-tool-fixes-configure-error.patch qt5webengine - 3rdparty hash update qt5webkit-examples - add 0003-Fix-QPainterPath-include.patch to fix compile because of missing QPainterPath include Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
531 B
Makefile
16 lines
531 B
Makefile
################################################################################
|
|
#
|
|
# qt5
|
|
#
|
|
################################################################################
|
|
|
|
QT5_VERSION_MAJOR = 5.15
|
|
QT5_VERSION = $(QT5_VERSION_MAJOR).0
|
|
QT5_SOURCE_TARBALL_PREFIX = everywhere-src
|
|
QT5_SITE = https://download.qt.io/archive/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
|
|
|
|
include $(sort $(wildcard package/qt5/*/*.mk))
|
|
|
|
# Variable for other Qt applications to use
|
|
QT5_QMAKE = $(HOST_DIR)/bin/qmake -spec devices/linux-buildroot-g++
|