Codebase list gpgme1.0 / ff18d9f
adopt upstream patch to fix build in 32-bit platforms Daniel Kahn Gillmor 1 year, 11 months ago
2 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: =?utf-8?q?Ingo_Kl=C3=B6cker?= <dev@ingo-kloecker.de>
1 Date: Mon, 7 Mar 2022 09:27:13 +0100
2 Subject: qt: Add missing include of config.h
3
4 * lang/qt/src/util.cpp: Include config.h.
5 --
6
7 GnuPG-bug-id: 5871
8 (cherry picked from commit 55861ba9ccc6b1087cb81acd93bed81fc0787208)
9 ---
10 lang/qt/src/util.cpp | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/lang/qt/src/util.cpp b/lang/qt/src/util.cpp
14 index 3d10e2f..81cdf07 100644
15 --- a/lang/qt/src/util.cpp
16 +++ b/lang/qt/src/util.cpp
17 @@ -31,6 +31,10 @@
18 your version.
19 */
20
21 +#ifdef HAVE_CONFIG_H
22 + #include "config.h"
23 +#endif
24 +
25 #include "util.h"
26
27 #include <QStringList>
11 0002-drop-python2-support.patch
22 0003-Ship-python-examples-with-python3-in-shebang-line.patch
33 0004-Avoid-the-hardcoded-list-of-Python-versions.patch
4 0005-qt-Add-missing-include-of-config.h.patch