diff options
Diffstat (limited to 'recipes-qt/qt5/qttools/0002-assistant-help-fix-linking-of-dependent-libraries.patch')
| -rw-r--r-- | recipes-qt/qt5/qttools/0002-assistant-help-fix-linking-of-dependent-libraries.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qttools/0002-assistant-help-fix-linking-of-dependent-libraries.patch b/recipes-qt/qt5/qttools/0002-assistant-help-fix-linking-of-dependent-libraries.patch index 3e4cf4ef..042605c3 100644 --- a/recipes-qt/qt5/qttools/0002-assistant-help-fix-linking-of-dependent-libraries.patch +++ b/recipes-qt/qt5/qttools/0002-assistant-help-fix-linking-of-dependent-libraries.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 6837c212d388a3b679b7420c5f1c98ef85d04a39 Mon Sep 17 00:00:00 2001 | 1 | From 2b9829a4aa1379a69343371991a81b3769ac7dec Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> |
| 3 | Date: Fri, 17 Jan 2014 14:33:19 +0100 | 3 | Date: Fri, 17 Jan 2014 14:33:19 +0100 |
| 4 | Subject: [PATCH 2/2] assistant/help: fix linking of dependent libraries | 4 | Subject: [PATCH 2/3] assistant/help: fix linking of dependent libraries |
| 5 | MIME-Version: 1.0 | 5 | MIME-Version: 1.0 |
| 6 | Content-Type: text/plain; charset=UTF-8 | 6 | Content-Type: text/plain; charset=UTF-8 |
| 7 | Content-Transfer-Encoding: 8bit | 7 | Content-Transfer-Encoding: 8bit |
| @@ -18,15 +18,15 @@ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | |||
| 18 | 1 file changed, 2 insertions(+) | 18 | 1 file changed, 2 insertions(+) |
| 19 | 19 | ||
| 20 | diff --git a/src/assistant/help/help.pro b/src/assistant/help/help.pro | 20 | diff --git a/src/assistant/help/help.pro b/src/assistant/help/help.pro |
| 21 | index ed75c37..a2c55c7 100644 | 21 | index 168d23d..a9c3b59 100644 |
| 22 | --- a/src/assistant/help/help.pro | 22 | --- a/src/assistant/help/help.pro |
| 23 | +++ b/src/assistant/help/help.pro | 23 | +++ b/src/assistant/help/help.pro |
| 24 | @@ -70,3 +70,5 @@ HEADERS += qhelpenginecore.h \ | 24 | @@ -59,3 +59,5 @@ HEADERS += qhelpenginecore.h \ |
| 25 | # access to clucene | 25 | # access to clucene |
| 26 | HEADERS += qhelpsearchindexwriter_clucene_p.h \ | 26 | HEADERS += qhelpsearchindexwriter_clucene_p.h \ |
| 27 | qhelpsearchindexreader_clucene_p.h | 27 | qhelpsearchindexreader_clucene_p.h |
| 28 | + | 28 | + |
| 29 | +LIBS += -lQt5CLucene | 29 | +LIBS += -lQt5CLucene |
| 30 | -- | 30 | -- |
| 31 | 1.8.5.3 | 31 | 2.0.0 |
| 32 | 32 | ||
