X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Subject: Port of QMake to dos-g++ To: qt-interest AT trolltech DOT com, djgpp AT delorie DOT com X-Mailer: Lotus Notes Release 6.5.4 CCH5 September 12, 2005 Message-ID: From: Gordon DOT Schumacher AT seagate DOT com Date: Wed, 21 Jun 2006 16:41:41 -0600 X-MIMETrack: Serialize by Router on SV-GW1/Seagate Internet(Release 7.0.1 HF29|March 07, 2006) at 06/21/2006 03:40:20 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Proofpoint-FWRule: outbound2 X-Proofpoint-Virus-Version: vendor=fsecure engine=4.64.4171:2.3.9,1.2.33,4.0.164 definitions=2006-06-22_01:2006-06-21,2006-06-20,2006-06-21 signatures=0 Greetings everyone, with Maxtor's demise I've moved over to Seagate. Still at the Qt work and the DOS work both. I've been working on making the (relatively few) changes necessary to get Qt 4.x's QMake able to be built under the DJGPP port of GCC to DOS. I've got an initial pass that provides a functioning QMake binary that will run under plain DOS (assuming that DOSLFN is installed - I'm not going to try to make this work in a short filename environment!) I've compared its output on a fairly complex project, and everything matches. I would like to see, as time goes on, working on extending this to additional Qt functionality. In an ideal universe, at minimum QtCore could be ported; it would be even cooler if GUI code could be made to work as well but I am aware of how much work that would be looking at! Is there someone at Trolltech I could discuss this effort with? Despite the open-source licensing, I've not seen much discussion about the ability to contribute source back into Qt. For those who are interested, you can find the information and code required to build QMake at http://www.valleyhold.org/~gordons/Qt. This is, needless to say, a first go at it, so the directions are a bit more complex than they should be. (Please note once again that this will ONLY build QMake...)