[Qt-interest] vs2005 / vs2008 / 4.5.2 continually rebuilds project
Arnold Krille
arnold at arnoldarts.de
Fri Jul 3 19:07:36 CEST 2009
Hi,
On Friday 03 July 2009 16:30:44 Peter Lee wrote:
> I'm just wondering if anybody else is experiencing a problem with 4.5.2
> commercial and VS 2005 or 2008 (we've tried both...)
> We cannot compile any of our projects without having to rebuild the
> entire project. It's rather frustrating!
That is actually a good thing. Because after a new install of Qt the
timestamps (and possibly the contents) of the headers and the libs have
changed. If your build-system wouldn't get these changes in the dependencies,
it would lead you into big trouble (for example if some symbols change or if
some inline-functions get fixed for some bugs).
It would be a problem if your built binary wouldn't be able to run with a
newer version of the Qt-libs. Because then it would mean that the new Qt
release wasn't binary compatible...
Have fun,
Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090703/e0abc2f2/attachment.bin
More information about the Qt-interest-old
mailing list