[QtCreator] Header and Source folder organization with CMake 3.14 and above
Unsolved
Qt Creator and other tools
-
In previous versions, the source and header files were organized in 'Projects' view depending the folder structure and how the files were included in the CMakeLists.txt file.
However, with CMake 3.14 and above, the files are organized in two folders: Headers and Source.
Is there any way to maintain the previous 'Projects' view style with newer CMake versions?
-
Hi @jgoenetxea,
I think you are talkin about QTCREATORBUG-23372 - you might want to comment and vote there.
Regards