[SOLVED] Configure default project file structure
-
Is there any way to change the default file structure for new projects? Say I want C++ projects to all have 2 directories, src and bin, in the main project directory. The bin directory is where all of the compiled binaries are, and src is where all of the source files are. I looked through the menus and options, but I didn't see anything that looks like what I want.
-
IIRC you can force it to do so manually, but then it complains that the build tree is in the source tree as well. Maybe you could achieve this by having a fake pro file using the subdir template.
-
Hi and welcome to devnet,
you can create your Project Wizard in Qt Creator
1/3