| Summary: | Applications/15.12 depends on 5.4.3 qt5 | ||
|---|---|---|---|
| Product: | [Applications] Artikulate | Reporter: | Scarlett Moore <sgmoore> |
| Component: | general | Assignee: | Andreas Cord-Landwehr <cordlandwehr> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| URL: | https://build-sandbox.kde.org/job/artikulate%20Applications-15.12%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/4/console | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Scarlett Moore
2016-03-03 04:18:16 UTC
The hard build-dep was done before the dependency freeze of the 15.12 release. So I do not see any problem with it. As of now we do not have a global policy that defines the maximum Qt version one may depend on. I agree that for convenience of the build system it would be good. But Artikulate hard depends on Qt 5.5. The major requirement is the QtQuick TreeView which was newly introduced in Qt 5.5. and porting away from it would be a major refactoring of the whole UI (not possible in a bugfix release). A smaller build dependency would work (e.g. 5.4, since ABI is compatible and the application would *only* crash at runtime), but to make this runtime-requirement obvious I want to keep it this way. I see. I was under the impression there was a policy. My apologies then. It will have to remain in a broken state until I sort out how to support divergence of applications with different qt versions. A complete rewrite I expect, so no time soon heh. |