[SOLVED] Configure default project file structure
-
wrote on 3 Jul 2015, 04:04 last edited by theblob 7 Jun 2015, 01:40
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.
-
wrote on 3 Jul 2015, 10:30 last edited by JohanSolo 7 Mar 2015, 10:30
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.
-
wrote on 3 Jul 2015, 17:46 last edited by
Hi and welcome to devnet,
you can create your Project Wizard in Qt Creator
1/3