[Scons-users] How to decouple QT from my source.
Saurabh Bhatnagar
saurabh.b.bhatnagar at oracle.com
Fri Aug 31 01:28:30 EDT 2012
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.
--
Warm Regards,
HYPERLINK "http://www.oracle.com/" \nOracle
Saurabh Bhatnagar | Development Manager- Software config & Build Mgmt.
Phone: HYPERLINK "tel:+18041836080"+918041836080 | Fax: HYPERLINK "fax:+918041526000"+918041526000 | VOIP: HYPERLINK "tel:+18041836080"+918041836080
Oracle Product Life cycle Services
ORACLE India | Plot #1, NR ENCLAVE, EPIP INDUSTRIAL AREA, WHITEFIELD | 560066 BANGALORE
HYPERLINK "http://www.oracle.com/commitment" \nGreen Oracle
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 <HYPERLINK "mailto:saurabh.b.bhatnagar at oracle.com"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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20120830/38b44e01/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 658 bytes
Desc: not available
Url : <http://four.pairlist.net/pipermail/scons-users/attachments/20120830/38b44e01/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.gif
Type: image/gif
Size: 356 bytes
Desc: not available
Url : <http://four.pairlist.net/pipermail/scons-users/attachments/20120830/38b44e01/attachment-0001.gif>
More information about the Scons-users
mailing list