qtcreator absolut path in ProjectView
-
Hi I started to use CMake for my new project.
I create new project and I add main.cpp.
Every thing is show correctly, but when I add second sourcefile path on ProjectView is change to absolute path.
It's very annoing, you have to click more time and it is not clearyI try to restart qtcreator meny times. Delete all "CmakeList.user" files.....
Please can you help me?

-
Finaly I findy why QTcreator do this.
I have symbolic link to directory where project is -/home/xxx/source/project -> /mount/pou/data/disk_a/xxx/source/projectso when you open /home/xxx/source/project , qtcreator display absolut path.
But when you open /mount/pou/data/disk_a/xxx/source/project every thing is good.
I thing it's not good behavior, but for me it's acceptable to open from real location.