Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 15.0.0
-
None
-
b27ed3dc4 (15.0)
Description
- open a CMake project
- open the context menu on a target and select "New file"
- in the file wizard choose "None" for "Add to project", and finish
Actual: the CMakeLists.txt file for the target is opened
Expected: no CMakeLists.txt file is opened, because the new file was explicitly not added to any
This works correctly when using File > New File from the menu.