PDA

View Full Version : Qt distributed compilation



bunjee
21st January 2010, 14:33
Hey there,

Qt compilation times tends to be long, especially when you rebuild.

Is it possible to do distributed compilation of a Qt program ?
Has anyone tried it ?

Thanks.

vcp
21st January 2010, 14:51
Hi bunjee,

You can use the distcc for do this.
Access this link to more informations: http://distcc.samba.org/
A little it complicated but works.

Is very cool.