summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-02-10 11:54:45 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-10 21:54:10 +0000
commitff96047a696895aa14df5b6ffa7c3869538bd060 (patch)
tree7e533af7a761cbf5946e964766ea5c943b3c0978 /cmake
parentc64549c5ddd0817fd3bd097ae8ab27f4f068e91b (diff)
Add missing include of QtPublicCMakeHelpers
Amends 2201934efa1b9889d474347e705784bf6925e120 Task-number: QTBUG-99491 Change-Id: I449f0705f1e41fd4609008ae6a7f4107cd0a4ca6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> (cherry picked from commit 723a4e2b89f623323b74757c5041f020dcabe891) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuild.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index 6bd255b9e4..7295dc526c 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -555,6 +555,7 @@ if(ANDROID)
endif()
# Helpers that are available in public projects and while building Qt itself.
+include(QtPublicCMakeHelpers)
include(QtPublicPluginHelpers)
include(QtPublicTargetHelpers)
include(QtPublicWalkLibsHelpers)