Update to latest version of 6.6.3.1 and workaround another build
issue by using unity build.
Fixes: QTBUG-123933
Task-number: PYSIDE-2673
Change-Id: Ife2b38966f5a019be54c39724c097af0c89bbb4d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Qt for Python offers the official Python bindings for Qt,
which enables you to use Python to write your Qt applications.
The project has two main components:
PySide6, so that you can use Qt6 APIs in your Python applications, and
Shiboken6, a binding generator tool, which can be used to expose C++
projects to Python, and a Python module with some utility functions.
Shiboken has dependency to libclang, the recipes can therefore be
used only with meta-clang layer included in the build.
Task-number: PYSIDE-1958
Change-Id: Ic4de8c37ecbfdb092a33869b472b55e5442720fc
Reviewed-by: Alex Bu <alex.bu@qt.io>
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Upgrade to version 6.6.1. This is a minor bug-fix release. The work
was sponsored by GOVCERT.LU.
Change-Id: Iafd3bee3f48719271c0c4cd45f4cd5e96b2b4834
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Upgrade from 1.15.3 to 1.15.4. This is a minor bug-fix release. The
work was sponsored by GOVCERT.LU.
Change-Id: I2ec9833253d0c14cd0fac4d9bb43a0043a099b1c
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Fix buildpaths warnings for python3-pyqt6-src, remove qt-6.6.patch
and upgrade to PyQt version 6.6.0 with support for Qt v6.6.
The work was sponsored by GOVCERT.LU.
Change-Id: Iabd88b6d91a89f52f07b7f61b8d0ce416c546e65
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Add recipe for building PyQt version 6.5.3 with modules QtCore,
QtGui, QtNetwork, QtXml, QtNetwork, QtQml and QtSql.
PyQt6 depends on sip version 6.7.12 from meta-oe (branch master)
to avoid build issues with ABI version:
| sip-build: '13.6' is not a supported ABI version
The work was sponsored by GOVCERT.LU.
Change-Id: Iacd379f6f1cdf746144d497ff7153efae63571ff
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
The sip extension module provides support for the PyQt6 package.
The work was sponsored by GOVCERT.LU.
Change-Id: Idf215d8835e06da1554aa38f43360c5d15b2e0f9
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Port the recipe from meta-qt5 and upgrade to version 1.15.3. The
work was sponsored by GOVCERT.LU.
Change-Id: I89e591d66bbe8708a9181a12059fd2f345ff985d
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>