| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
i.e., don't explicitly deal with qt_webkit_version.pri outside of the
webkit source directory.
Task-number: QTBUG-12379
Reviewed-by: Simon Hausmann
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the QT_CONFIG line from the qt_webkit_version.pri file in Qt,
because it is only meaningful for separate builds of WebKit.
(Real fix is in the import script that takes care of always
removing that line)
Task-number: QTBUG-12456
Discussed-with: axis
|
| |
|
|
|
|
|
|
| |
Integrated fix:
|| <https://webkit.org/b/40487> || [Qt] The qt_webkit_version.pri file gets overwritten on install ||
|
|
Currently features/symbian/qt.prf defaults to the qt version for WebKit
when it comes with Qt from src/3rdparty.
Instead of defaulting to the Qt version, pick up the real version from
src/3rdparty by including the .pri file.
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
|