c527ce8005
qt5base: - rebased 0002-double-conversion-enable-for-microblaze.patch - rebased 0004-double-conversion-enable-for-xtensa.patch qt5declarative: - rebased 0001-qsgtexture-fix-debug-build-with-uclibc.patch qt5enginio: - add 0001-Do-not-use-deprecated-QLinkedList.patch qt5tools: - add 0001-Disable-designer-tool-fixes-configure-error.patch ToDo: add proper fix/workaround qt5webengine: - update 3rdparty license hash list and chromium-latest.inc file qt5webkit: - add 0006-configure-remove-legacy-reference-to-qtConfig-mircli.patch 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.14
|
|
QT5_VERSION = $(QT5_VERSION_MAJOR).2
|
|
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++
|