tags:

views:

486

answers:

1

Dear all,

I'm looking to use SCons as my prefered method of building my mainly Qt based applications. I'm just learning SCons and I'm struggling to find documentation or tutorials on the topic. Can anyone point me in the right direction please?

This is a start but is there anything better out there?

(I work mainly on Windows)

Kind Regards,

+4  A: 

Try here and here. I would suggest you though to try cmake instead. It has much better documentation and is being used by KDE.

nmuntz
The first lnk is just a link to the second. The 'Qt4 Tool' has too many limitations and things left to implement.
any specific reasons as on why do you want to use scons and not cmake? documentation on using scons and qt seems to be very limited. This may be a good start: http://www.scons.org/wiki/FromQmakeToSconsYour best bet would be to try to find a Qt project that uses scons and learn by looking at its scons script.
nmuntz