[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.12'. Changed from 289d045ac16e6d1aa134f93710b43fd587266cb3 to b239e229a63eb6854f9177480533e2597b222cf5 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 b239e229a63eb6854f9177480533e2597b222cf5 by Qt Cherry-pick Bot (on behalf of Dilek Akcay) on 05/08/2026 at 13:40.. 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 Change-Id: Id4d64f750c6b63e5630849f5bd5ea428df5b5451 Reviewed-by: MohammadHossein Qanbari <[email protected]> (cherry picked from commit a886553eaf0ae89795609950b1163ddceec9435c) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtdoc/-/commit/b239e229a63eb6854f9177480533e2597b222cf5