-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 18.0.0-beta2
-
None
When renaming a class and simultaneously changing the corresponding file names, the project manager incorrectly modifies the CMakeLists.txt file.
For example, after the operation, an entry in CMakeLists.txt appears as:
SystemChecker.hpSystemChecker.cppp
This malformed filename suggests a bug in the string manipulation logic responsible for updating CMakeLists.txt during the rename refactoring.