summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-05-27 13:29:29 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-06-03 20:26:08 +0200
commit00a1cc95520b5f6cca37e55a5d0a75a79b5b42b3 (patch)
tree4c8405145d32c2bc774c58771a71dc55001b051c
parent10df5ff544930396af34eee3bf4235a63f5b2b84 (diff)
downloadqttools-00a1cc95520b5f6cca37e55a5d0a75a79b5b42b3.tar.gz
Specify EXTRA_CMAKE_INCLUDES for Qt6LinguistToolsMacros.cmake
...because qt_internal_add_tool's EXTRA_CMAKE_FILES will not imply automatic inclusion in a future qtbase commit. Change-Id: I375fa5cff5b1f1da1325c247e1a971af8b2820d1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--src/linguist/lrelease/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linguist/lrelease/CMakeLists.txt b/src/linguist/lrelease/CMakeLists.txt
index cea1b515d..e21b82306 100644
--- a/src/linguist/lrelease/CMakeLists.txt
+++ b/src/linguist/lrelease/CMakeLists.txt
@@ -31,6 +31,8 @@ qt_internal_add_tool(${target_name}
# special case begin
EXTRA_CMAKE_FILES
"${CMAKE_CURRENT_SOURCE_DIR}/../${QT_CMAKE_EXPORT_NAMESPACE}LinguistToolsMacros.cmake"
+ EXTRA_CMAKE_INCLUDES
+ "${QT_CMAKE_EXPORT_NAMESPACE}LinguistToolsMacros.cmake"
# special case end
)