PDA

View Full Version : Qt Creator How to structurize Qt projects?



chris_copper
17th April 2016, 14:19
Hello you guys,

i want to structure my qt project(s). Therefore i want to place all project's source files in a subfolder of the project's folder called src, header files should be placed in a subfolder named include
and so on and so forth. I found out that i need to specify theese changes in the .pro-file. But then, in the creator's project view, in the virtual source folder for example, the src folder is shown,
i don't want that. What can i do to achieve that?