You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the beginning, my biggest affair about switching from using Qt with the official C++/Python to a wrapper was the fact that we would rely on a repository maintained by just one person plus a few more contributors.
I've noticed that therecipe is still relying on the unsupported Qt 5.13, which was released a year and half ago, while Qt 5.14 was released a year ago, Qt 5.15 half year ago, and the next major version, Qt 6.0, at our doors, coming in a few days. What is more, therecipehas not included any new feature since Qt 5.13.
And after made a quick git log, I realized that, indeed, no relevant changes to the repository has been done in the last year and half.
Any good notice?
Yes. Many bugfixes will be still available just by running qtsetup over the latest version of Qt 5.
But...
All Qt 6 new features, bugfixes and performance improvements will not be available at all since is not source-compatible with Qt 5, so it's no possible to run qtsetup against Qt 6.
So... what's the solution?
Be patients. This is a blocker for many issues.
The text was updated successfully, but these errors were encountered:
The wrapper is very outdated
From the beginning, my biggest affair about switching from using Qt with the official C++/Python to a wrapper was the fact that we would rely on a repository maintained by just one person plus a few more contributors.
I've noticed that therecipe is still relying on the unsupported Qt 5.13, which was released a year and half ago, while Qt 5.14 was released a year ago, Qt 5.15 half year ago, and the next major version, Qt 6.0, at our doors, coming in a few days. What is more, therecipe has not included any new feature since Qt 5.13.
And after made a quick
git log
, I realized that, indeed, no relevant changes to the repository has been done in the last year and half.Any good notice?
Yes. Many bugfixes will be still available just by running
qtsetup
over the latest version of Qt 5.But...
All Qt 6 new features, bugfixes and performance improvements will not be available at all since is not source-compatible with Qt 5, so it's no possible to run
qtsetup
against Qt 6.So... what's the solution?
Be patients. This is a blocker for many issues.
The text was updated successfully, but these errors were encountered: