aboutsummaryrefslogtreecommitdiffstats
path: root/patches/qtwebkit/0008-WebCore-is-a-static-library-so-don-t-load-qt_module..patch
blob: 5b0b84d4f75e94a2053d831d1a6a3b98987b08ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From 5d5eaaa52a740e32deba17413aaefd17e5ef8d0a Mon Sep 17 00:00:00 2001
From: Prasanth Ullattil <prasanth.ullattil@nokia.com>
Date: Fri, 4 Mar 2011 12:20:14 +0100
Subject: [PATCH] WebCore is a static library, so don't load qt_module.pri .

---
 Source/WebCore/WebCore.pro    |    2 +-
 Source/WebKit/qt/QtWebKit.pro |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/WebCore/WebCore.pro b/Source/WebCore/WebCore.pro
index 83b5d00..458d6a2 100644
--- a/Source/WebCore/WebCore.pro
+++ b/Source/WebCore/WebCore.pro
@@ -1,5 +1,5 @@
 # WebCore - qmake build info
-CONFIG += building-libs qt_module
+CONFIG += building-libs
 CONFIG += depend_includepath
 
 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ..
diff --git a/Source/WebKit/qt/QtWebKit.pro b/Source/WebKit/qt/QtWebKit.pro
index 78ffee2..e572641 100644
--- a/Source/WebKit/qt/QtWebKit.pro
+++ b/Source/WebKit/qt/QtWebKit.pro
@@ -1,5 +1,5 @@
 # QtWebKit - qmake build info
-CONFIG += building-libs
+CONFIG += building-libs  qt_module
 CONFIG += depend_includepath
 
 TARGET = QtWebKit
-- 
1.7.3.1