PDA

View Full Version : Qt Creator Project folders



Quasimojo
11th January 2011, 18:51
I have project files in the following directory structure:


project
---- headers
---- source
---- build
-------- debug
-------- release
---- assets
-------- graphics
-------- audio

When I add, for example, one of the header files to my project in Qt Creator, I get an additional sub-folder (project -> headers -> headers -> file.h).

Is there a way to make the IDE observe my directory structure rather than stuffing it inside the default project folders?

tbscope
12th January 2011, 05:39
I haven't seen this behaviour before and I often have complex structures.

Note that Qt Creator asks where to put the file(s), always check if this is correct.

Quasimojo
13th January 2011, 00:24
I haven't seen this behaviour before and I often have complex structures.

Note that Qt Creator asks where to put the file(s), always check if this is correct.

Well, it happens whether I add a new file to or add an existing file from my existing directory structure. I end up with the following:

http://i216.photobucket.com/albums/cc125/rcarp711/qt1.png