aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2024-03-11 09:54:40 +0200
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2024-04-16 09:14:23 +0000
commit12ff4d2ffd1bb1fc4d498a73d4a38cd3847c8ed5 (patch)
treec07ca7973986b24e4b1ecba05f24350b0e8ad8fa /src
parentead60669324f17016d2d7ea293c1c4dc363ccede (diff)
hunspell: Fix build with bundled hunspell
hunspell/config.h is generated in the build directory, so fix SOURCES reference. Pick-to: 6.7 6.5 Change-Id: I8847e50d4e7920792d59f829a6cc3fb7eb9bb45c Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/hunspell/3rdparty/hunspell/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/hunspell/3rdparty/hunspell/CMakeLists.txt b/src/plugins/hunspell/3rdparty/hunspell/CMakeLists.txt
index aa97f346..73eb12ee 100644
--- a/src/plugins/hunspell/3rdparty/hunspell/CMakeLists.txt
+++ b/src/plugins/hunspell/3rdparty/hunspell/CMakeLists.txt
@@ -6,7 +6,7 @@ qt_internal_add_3rdparty_library(BundledHunspell
QMAKE_LIB_NAME hunspell
STATIC
SOURCES
- hunspell/config.h
+ ${CMAKE_CURRENT_BINARY_DIR}/hunspell/config.h
hunspell/src/hunspell/affentry.cxx hunspell/src/hunspell/affentry.hxx
hunspell/src/hunspell/affixmgr.cxx hunspell/src/hunspell/affixmgr.hxx
hunspell/src/hunspell/atypes.hxx