[Scons-users] How to decouple QT from my source.

William Deegan bill at baddogconsulting.com
Fri Aug 31 02:18:13 EDT 2012


Saurabh,


On Aug 30, 2012, at 10:28 PM, Saurabh Bhatnagar <saurabh.b.bhatnagar at oracle.com> wrote:


> My Sconstruct has this line

>

> env.DevTool(tools=['default','qt430',…]

> Will removing qt430 tool from here do the job OR

> I need to remove all references of qt430 in SConscripts like custome code – denv.DevBuildWith(third=['qt430',…]

>

> There is a corresponding qt430.py(and corresponding .pyc) in my customization of scons, will this need to be removed/renamed as well to stop refrencing QT?

>

> Let mek now if you need more details.




None of the above is standard SCons. Therefore you'll probably be more successful trying to figure this out by finding the person in your organization who created your build system and asking them.

If you are not sure if the method being called is standard SCons or your own locally grown, you should search for it in the man page here:
http://www.scons.org/doc/production/HTML/scons-man.html



Thanks,
Bill


> --

> Warm Regards,

> <image001.gif>

> Saurabh Bhatnagar | Development Manager- Software config & Build Mgmt.

> Phone: +918041836080 | Fax: +918041526000 | VOIP: +918041836080

> Oracle Product Life cycle Services

>

> ORACLE India | Plot #1, NR ENCLAVE, EPIP INDUSTRIAL AREA, WHITEFIELD | 560066 BANGALORE

> <image002.gif>

> Oracle is committed to developing practices and products that help protect the environment

>

>

> From: William Deegan [mailto:bill at baddogconsulting.com]

> Sent: Friday, August 31, 2012 10:51 AM

> To: SCons users mailing list

> Subject: Re: [Scons-users] How to decouple QT from my source.

>

> Saurabh,

>

> On Aug 30, 2012, at 1:27 AM, Saurabh Bhatnagar <saurabh.b.bhatnagar at oracle.com> wrote:

>

>

> Hi,

> I need to use same source for a non-qt dependent version.

> Would removing references in SCostruct and SConscript do or do we need to remove/rename qt config files as well?

>

> There's no way to know how to answer your question with the information you've provided.

> You may need to create a different Environment() to compile your non-qt code.

>

> -Bill

> _______________________________________________

> Scons-users mailing list

> Scons-users at scons.org

> http://four.pairlist.net/mailman/listinfo/scons-users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20120830/b81e30c4/attachment.html>


More information about the Scons-users mailing list