Re: [Interest] Organizing multiple Qt and non-Qt "projects" that share code

2012-07-30 Thread Konstantin Tokarev
> Hello List! > > What are some good ways to organize source code -- directory hierarchies, > and such -- that will be used to build multiple Qt and non-Qt applications? > > So far when I've written Qt applications, I've had one Qt "project" per > application (where an application is a .exe fil

Re: [Interest] Organizing multiple Qt and non-Qt "projects" that share code

2012-07-30 Thread Till Oliver Knoll
2012/7/30 Samuel Gaist : > > On 30 juil. 2012, at 00:02, K. Frank wrote: > >> Hello List! >> >> What are some good ways to organize source code -- directory hierarchies, >> and such -- that will be used to build multiple Qt and non-Qt applications? > ... > Personally, i am using the SUBDIR template

Re: [Interest] Organizing multiple Qt and non-Qt "projects" that share code

2012-07-30 Thread Konrad Rosenbaum
Hi, On Monday 30 July 2012 00:02:43 K. Frank wrote: > What are some good ways to organize source code -- directory hierarchies, > and such -- that will be used to build multiple Qt and non-Qt applications? > > So far when I've written Qt applications, I've had one Qt "project" per > application (

Re: [Interest] Organizing multiple Qt and non-Qt "projects" that share code

2012-07-29 Thread Samuel Gaist
On 30 juil. 2012, at 00:02, K. Frank wrote: > Hello List! > > What are some good ways to organize source code -- directory hierarchies, > and such -- that will be used to build multiple Qt and non-Qt applications? > > So far when I've written Qt applications, I've had one Qt "project" per > app

[Interest] Organizing multiple Qt and non-Qt "projects" that share code

2012-07-29 Thread K. Frank
Hello List! What are some good ways to organize source code -- directory hierarchies, and such -- that will be used to build multiple Qt and non-Qt applications? So far when I've written Qt applications, I've had one Qt "project" per application (where an application is a .exe file), and I've had