Unwanted separation of *.h header and *.cpp source files, leading to ugly doubled folder structure in QtCreator
-
Hi,
QtCreator 19.0.0 creates unwanted doubled folder entries to separate *.h headers from *.cpp source files.
I don't want the separation. I want the structure i gave over disk and cmake and not some artificial spearation by QtCreator.
The separation was not done in previous version, so i count that as regression.

-
Hi,
You should check the Filesystem view .
-
Hi,
it helps a bit i guess,
but now i see unwanted (not source related) folders aswell. And some folder icons are blank/white (inconsistent look).
Does not reflect my cmake project anymore.
If you look closely on my first image you see App.h is right next to App.cpp.
I don't see a reason why it shouldn't work for subfolders. -
Hi,
it helps a bit i guess,
but now i see unwanted (not source related) folders aswell. And some folder icons are blank/white (inconsistent look).
Does not reflect my cmake project anymore.
If you look closely on my first image you see App.h is right next to App.cpp.
I don't see a reason why it shouldn't work for subfolders.@Gerd-Brecht This has been reported. See https://qt-project.atlassian.net/browse/QTCREATORBUG-33238
There is a workaround. Just set the environment variable
QTC_PROJECT_NO_COMPRESSto1and the old behavior should be brought back.Edit: in the case that this doesn't help, please do create a bugreport with an example that reproduces the issue.