summaryrefslogtreecommitdiffstats
path: root/patches/0056-Fixed-wrong-inclusion-of-QtHelp-module.patch
blob: 7504d9c793bc26a6d8433ac556f9498426928f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 6f86c954083b817100a9e09314c30f132048d334 Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Mon, 24 Jan 2011 15:52:04 +0100
Subject: [PATCH] Fixed wrong inclusion of QtHelp module.

---
 qtbase/mkspecs/features/help.prf |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/qtbase/mkspecs/features/help.prf b/qtbase/mkspecs/features/help.prf
index 15685e7..d8ba8c3 100644
--- a/qtbase/mkspecs/features/help.prf
+++ b/qtbase/mkspecs/features/help.prf
@@ -1,4 +1,3 @@
-INCLUDEPATH = $$QMAKE_INCDIR_QT/QtHelp $$INCLUDEPATH
 QT += xml sql
 
-qtAddLibrary(QtHelp)
+qtAddModule(help)
-- 
1.7.3.2.343.g7d43d