summaryrefslogtreecommitdiff
path: root/mkspecs/modules
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-06-01 16:06:00 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2010-06-01 16:40:02 +0200
commit9ea2eb78e4e3613f052535892a5f3bbf0e8c4dee (patch)
treeed2eaa29c5dfc8735ae9adac29c3e530772736f2 /mkspecs/modules
parentf370fa5c6758cdce3c161de94888ed1d05ae2c9f (diff)
downloadqt4-tools-9ea2eb78e4e3613f052535892a5f3bbf0e8c4dee.tar.gz
Fix versioning of pkg files on Symbian for apps linking against WebKit
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>
Diffstat (limited to 'mkspecs/modules')
-rw-r--r--mkspecs/modules/qt_webkit_version.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/modules/qt_webkit_version.pri b/mkspecs/modules/qt_webkit_version.pri
new file mode 100644
index 0000000000..03707207ae
--- /dev/null
+++ b/mkspecs/modules/qt_webkit_version.pri
@@ -0,0 +1,2 @@
+# The version information comes from our copy of
+include($$PWD/../../src/3rdparty/webkit/WebKit/qt/qt_webkit_version.pri)