[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 'dev'. Changed from f3eb1047409f995274806a36b2f1a0ca502dbd6a to a886553eaf0ae89795609950b1163ddceec9435c 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 a886553eaf0ae89795609950b1163ddceec9435c by Dilek Akcay on 05/08/2026 at 12:45.. 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 Pick-to: 6.11 6.12 Change-Id: Id4d64f750c6b63e5630849f5bd5ea428df5b5451 Reviewed-by: MohammadHossein Qanbari <[email protected]> https://invent.kde.org/qt/qt/qtdoc/-/commit/a886553eaf0ae89795609950b1163ddceec9435c