Am 10.04.2013 um 15:07 schrieb Christian Dähn <da...@asinteg.de>:

> No problem - I know and tested that already. I just have > 100 _spreaded_ 
> .pro files 
> (means: there's no single root dir or root .pro file) - so this can't be done 
> just adding one line ;-)

Small hint: qmake supports "include", so I general have a "common" *.pro file 
which does nothing more than define common #defines and compiler settings.

You can refine this "common" into "common_lib" and "common_exe", as to 
accomodate for different library and executable settings, if needed (both of 
them simply "inherit" the "common" settings by include).

I do that for every tiny little Qt project from the very beginning... ;)

Cheers,
  Oliver
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to