Hello,

I would like to get some structure in my project:
/ <- main-sourcecode
/reader <- import filters
/writer <- export filters

I don't need libraries - all should be linked together in one executable.

I could do this with one big .pro in / which includes reader/... files.
But normaly this is done with a .pro file in every folder.

Is there anywhere an example for this?
Or should I organize my files different?

thanks,
niko