[Qt-interest] Building three separate applications using one .pro file

Oliver.Knoll at comit.ch Oliver.Knoll at comit.ch
Tue Apr 14 14:53:10 CEST 2009


Santhosh Y wrote on Tuesday, April 14, 2009 1:13 PM:

> ...
> Or if any alternative solutions are there, please suggest me.

- Have a single *.pro file per executable
- Optional: have a single *.pro file for each DLL
- Optional: have *.pri files which can be included in the *.pro files (for example for sharing compiler settings etc.)
- Have a "root" *.pro file of template=subdirs, which iterates over all necessary projects

Also refer to the Qt build system, they do exactly that ;)

Cheers, Oliver
-- 
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22



More information about the Qt-interest-old mailing list