[QtCreator] Header and Source folder organization with CMake 3.14 and above
-
wrote on 7 Jan 2020, 12:28 last edited by
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?
-
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
-
wrote on 7 Jan 2020, 20:54 last edited by
I have the same problem on MacOS but this seems not coming from CMake but from the last version of QT Creator 4.11.x
I installed an instance of Qt Creator to 4.10.x and get back project structure as folders structure.
3/3