CLOSED FIXED Bug 40487
[Qt] The qt_webkit_version.pri file gets overwritten on install
https://bugs.webkit.org/show_bug.cgi?id=40487
Summary [Qt] The qt_webkit_version.pri file gets overwritten on install
Jocelyn Turcotte
Reported 2010-06-11 11:36:19 PDT
When installing QtWebKit with Qt, the qt_webkit_version.pri file gets installed correctly. However, since the mkspec installation runs after, the temporary mkspec/modules/qt_webkit_version.pri file get installed over the good one. This results in a warning each time qmake is ran.
Attachments
Kenneth Rohde Christiansen
Comment 1 2010-06-11 18:54:18 PDT
If you are working on this, can you assign it to yourself?
Kenneth Rohde Christiansen
Comment 2 2010-06-13 08:37:27 PDT
Is this really a blocker? It gets overwritten by an invalid version? or ? If it is just the warning, I do not think that this should block the release.
Simon Hausmann
Comment 3 2010-06-13 09:24:15 PDT
Jocelyn is right, that's a blocker for Qt 4.7.0. We could fix it in Qt's projects.pro perhaps and not install it from WebCore.pro if QTDIR_build.
Simon Hausmann
Comment 4 2010-06-15 01:16:34 PDT
Simon Hausmann
Comment 5 2010-06-15 01:17:37 PDT
Revision r61179 cherry-picked into qtwebkit-2.0 with commit 40c2d6907ef75288b4f15e7fad334b9138acdbbf
Note You need to log in before you can comment on or make changes to this bug.