The absolute paths of certain static dependencies can have spaces in
them. The _qt5_$${CMAKE_MODULE_NAME}_process_prl_file fails to handle
this, and simply replaces all spaces with semicolons, which obviously
breaks the list of dependencies, and a consuming application fails to
link with a message like:
LINK : fatal error LNK1181: cannot open input file 'C:\Program.obj'
This change partially restores the functionality that was added in
|
||
|---|---|---|
| .. | ||
| ExtraSourceIncludes.cmake.in | ||
| Qt5BasicConfig.cmake.in | ||
| Qt5ConfigVersion.cmake.in | ||
| Qt5PluginTarget.cmake.in | ||