mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Use config-specific filenames instead of subdirectories to avoid object file path mismatches in Visual Studio OBJECT libraries. The new paths are consistent with how AUTOMOC generates .cpp files. Add QtAutogen test RccObjectLibrary that fails without this patch. Adjust the GlobalAutogenTarget test to the new paths. Fixes: #26977