Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.13.0
-
None
-
3f8e754f07db944dc74d84cc1c24d3e11677ad09 (qt/qtbase/5.13)
Description
The regular expression
"^${_lib}(\.lib)?$"
in the created CMake config files under <QTPATH>/5.13.0/msvc2017_64/lib/cmake/ is wrongly escaped.
It must read
"^${_lib}(\\.lib)?$"
CMake fails in the configuration step when accessing those config files.