[Qt-interest] .pro files
Sean Harmer
sean.harmer at maps-technology.com
Mon Jul 11 12:49:24 CEST 2011
On Monday 11 July 2011 10:35:46 Graham Labdon wrote:
> I have a .pro file that contains all my headers, sources and forms for my
> application. My application is now growing and hence the .pro file is
> becoming large and unmanageable. The source code is organised into folders
> and it would seem to make sense if each source folder had its own .pro file
> that a 'main' .pro file calls. I am uncertain if this is possible (or
> desirable).
> Could anyone tell me if this is a good idea and if so how do I go about
> implementing this
Add a .pri file in each subdir that ists the source, headers etc for that dir
and then include those into your .pro file.
Cheers,
Sean
More information about the Qt-interest-old
mailing list