> The alternative is to put this code inside qmake itself, so no new binary
> is  created. This has the advantage that several Qt classes are already
> bootstrapped, including the filesystem engine.

A bit late to the conversation, but wouldn't a nice first step / middle ground 
be modifying qtsync to work with the ancient Perl (5.8.8) that msysgit ships? I 
would speculate that most Windows users building Qt have a copy of Perl sitting 
on their PCs already (albeit it painfully slow). I recall a conversation many 
moons ago where it was discussed what the minimum version of Perl was stated, 
but I wasn't able to find it.

Anyway, my attempt to use it turned up one bug already reported:
https://bugreports.qt-project.org/browse/QTBUG-28989

Also, it looks like msys git Perl doesn't support the double slash operator 
(line 1195) and there is an issue where the normalizePath subroutine needs its 
fixDrive regex updated to handle paths which start with a drive letter (line 
72). I went ahead and reported these issues:
https://bugreports.qt-project.org/browse/QTBUG-30637
https://bugreports.qt-project.org/browse/QTBUG-30638

...and if we want to continue this conversation it should probably move to 
qt-development.

Andrew Knight
Senior Consultant - Digia, Qt
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to