-
Task
-
Resolution: Fixed
-
P1: Critical
-
None
-
None
-
None
-
Gemini development
We should have the possibility to build Qt docker image from a patch.
Naming convention of the build: qt_v<base_version><patch_name_or_purpose><platform>
This needs changes in `/scripts/linux/qt_configure_build_install.sh` and introduce a "PATCH" cli with path to the patch from qt5 base folder perspective.
We shall apply the patch using `patch -p0`
Few other concerns that we have at this moment:
- Should we run Qt unit tests after patch is applied?
- How should we determine the quality of the Qt after patch?
- Anything else?