For details see: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.3/release-note.md I have removed a couple of patches here, since they are included in this version: - CVE-2024-39936 (qtbase) - QTBUG-125066 Configure fails in qttools if PrintSupport is disabled (qttools) Signed-off-by: Roy Kollen Svendsen <roykollensvendsen@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
445 B
Makefile
15 lines
445 B
Makefile
################################################################################
|
|
#
|
|
# qt6
|
|
#
|
|
################################################################################
|
|
|
|
QT6_VERSION_MAJOR = 6.7
|
|
QT6_VERSION = $(QT6_VERSION_MAJOR).3
|
|
QT6_SOURCE_TARBALL_PREFIX = everywhere-src
|
|
QT6_SITE = https://download.qt.io/archive/qt/$(QT6_VERSION_MAJOR)/$(QT6_VERSION)/submodules
|
|
|
|
QT6_GIT = git://code.qt.io
|
|
|
|
include $(sort $(wildcard package/qt6/*/*.mk))
|