aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtvirtualkeyboard/hunspell_include_path_fix.patch
blob: ff7c7b9cc282b826da0e6843a27fee54bc7a8b8c (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
36
37
38
39
diff --git a/src/plugins/hunspell/module/hunspellworker_p.h b/src/plugins/hunspell/module/hunspellworker_p.h
index b79354429..a843bdfa6 100644
--- a/src/plugins/hunspell/module/hunspellworker_p.h
+++ b/src/plugins/hunspell/module/hunspellworker_p.h
@@ -50,7 +50,7 @@
 #include <QLoggingCategory>
 #include <QStringDecoder>
 #include <QStringEncoder>
-#include <hunspell/hunspell.h>
+#include <hunspell.h>
 #include "hunspellwordlist_p.h"
 
 QT_BEGIN_NAMESPACE
diff --git a/config.tests/hunspell/main.cpp b/config.tests/hunspell/main.cpp
index 76f2cb3df..91906bc48 100644
--- a/config.tests/hunspell/main.cpp	
+++ b/config.tests/hunspell/main.cpp
@@ -1,7 +1,7 @@
 // Copyright (C) 2020 The Qt Company Ltd.
 // SPDX-License-Identifier: BSD-3-Clause
 
-#include <hunspell/hunspell.h>
+#include <hunspell.h>
 
 int main(int argc, char** argv)
 {
diff --git a/src/plugins/hunspell/module/hunspellwordlist.cpp b/src/plugins/hunspell/module/hunspellwordlist.cpp
index ec55d4d3b..846af4726 100644
--- a/src/plugins/hunspell/module/hunspellwordlist.cpp	
+++ b/src/plugins/hunspell/module/hunspellwordlist.cpp
@@ -3,7 +3,7 @@
 
 #include "hunspellwordlist_p.h"
 #include <QtAlgorithms>
-#include <hunspell/hunspell.h>
+#include <hunspell.h>
 
 QT_BEGIN_NAMESPACE
 namespace QtVirtualKeyboard {