[qt/qt/qtdoc]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtdoc Pushed by mirror-service into branch '6.11'. Changed from 9d5cbf4ceb1db2cf2c167f719909811347e7e8d4 to 2e2d54c2646d781468e3c85fc6df432ee130313e Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 17539fb8ca9f71393d15560769c2ef47f3f59ea9 by Qt Cherry-pick Bot (on behalf of Dilek Akcay) on 05/08/2026 at 15:11.. ToyCustomizer: Rename executable target to avoid case-insensitive name clash The executable target was named "toycustomizer", while the QML module it defines has the URI "ToyCustomizer". On case-insensitive filesystems, such as those used by default on Windows and macOS, these two names resolve to the same path, so the linker's output file and the build directory generated for the QML module end up clashing. Depending on the platform, this causes the link step to fail outright. Because case-sensitive filesystems (e.g. Linux) don't have this ambiguity, the problem went unnoticed until it was built on Windows and macOS. Rename the executable target to "toycustomizerexample" so it no longer matches the QML module URI under case-insensitive comparison. Fixes: QTBUG-143416 Fixes: QTBUG-147624 Change-Id: Id4d64f750c6b63e5630849f5bd5ea428df5b5451 Reviewed-by: MohammadHossein Qanbari <[email protected]> (cherry picked from commit a886553eaf0ae89795609950b1163ddceec9435c) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit b239e229a63eb6854f9177480533e2597b222cf5) https://invent.kde.org/qt/qt/qtdoc/-/commit/17539fb8ca9f71393d15560769c2ef47f3f59ea9 Git commit 2e2d54c2646d781468e3c85fc6df432ee130313e by Qt Submodule Update Bot on 05/08/2026 at 17:46.. Update dependencies on '6.11' in qt/qtdoc Change-Id: I0de766b0a1ea9b7f85143897ad3a915bad63f18c Reviewed-by: Qt Submodule Update Bot <[email protected]> https://invent.kde.org/qt/qt/qtdoc/-/commit/2e2d54c2646d781468e3c85fc6df432ee130313e