Should I be trying this based on master or 2.0.0-beta? I suppose I should RTFM on your patch submissions policies...
On Thu, Apr 29, 2010 at 9:10 AM, Daniel Teske <[email protected]>wrote: > > > How non-trivial would it be to help it understand Cygwin-style paths? > Pretty easy. > > The two parts which are interesting to you are: > *void GnuMakeParser::taskAdded(const Task &task)* > which converts a filename into a absolute path and > *void GnuMakeParser::stdOutput(const QString &line)* > which tracks parses the Entering and Leaving messages. > > The code keeps track of multiple directories to correctly support "-j". > > I think the code might have been in a different place in 2.0 > > daniel > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > -- Bryce Schober
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
