summaryrefslogtreecommitdiff
path: root/debian/patches/defines_qt_webkit.diff
blob: 53afa417072f881853f03448c8155a9a4418d810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: defines QT_WEBKIT to display correctly documentation in Qt Creator Help plugin.
Author: Fathi Boudra <fabo@debian.org>
Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619443
Bug: http://bugreports.qt.nokia.com/browse/QTBUG-13608
---
 Source/WebKit/qt/qt_webkit_version.pri |    1 +
 1 file changed, 1 insertion(+)

--- a/Source/WebKit/qt/qt_webkit_version.pri
+++ b/Source/WebKit/qt/qt_webkit_version.pri
@@ -11,6 +11,7 @@ QT.webkit.depends = core gui opengl netw
 
 !contains(QT_CONFIG, modular)|contains(QT_ELIGIBLE_MODULES, webkit) {
     QT_CONFIG += webkit
+    DEFINES += QT_WEBKIT
 } else {
     warning("Attempted to include $$QT.webkit.name in the build, but it was not enabled in configure.")
 }