Skip to content

Commit

Permalink
Fix versioning of pkg files on Symbian for apps linking against WebKit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Simon Hausmann committed Jun 1, 2010
1 parent f370fa5 commit 9ea2eb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkspecs/modules/qt_webkit_version.pri
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# The version information comes from our copy of
include($$PWD/../../src/3rdparty/webkit/WebKit/qt/qt_webkit_version.pri)

0 comments on commit 9ea2eb7

Please sign in to comment.