Hidden files in Projects View?
Unsolved
General and Desktop
-
Hello
I created a ROS workspace using QT creator.
After I build the workspace, the CMakeLists.txt appears inside src, But it does not appear in the QT Creator's project view hierarchy (at the left of QT Creator). I tried to right click src folder ==> Add existing file ==> select CMakeLists.txt, But it is also not shown in the project view.
I also created a new package under the src, But nothing appear under src even though include,src, package.xml, CMakeLists.txt physically exist in the folder.
I tried to remove tick in Hide generated files and Hide empty directory option in the filter, but nothing is shown.
Why QT Creator hide some files and folders in Projects view?