Hello,

I've successfully transitioned from msvc to qtcreator and I'm generally pleased, except for the way nested pri files are displayed in the sidebar. Currently, when including one pri file from another pri file, the sidebar displays the nested pri attached the project's root instead of attached to the pri file including it, which is making it difficult to organize large projects.

Using pro files and nesting them in another SUBDIRS project works as expected and desired, but I've been unable to figure out how to create an "empty" project, yet.

I'm interested in knowing how others are dealing with this issue, and how, if there is a way, to create an empty project that would only be used for displaying files in the sidebar by adding them to the OTHER_FILES variable.

Failing that, I'm interested in knowing if there is a way to get nested pri files to be displayed in the sidebar as a child of the including pri file instead of being a child of the project.

Regards,
~af~