summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.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 17:09:43 +0000
commit7c2fd9630d066e25579d80667ff411cc929aa590 (patch)
tree59b8ab173dede676da84491f70a381e0b4a80006 /cmake/QtBuild.cmake
parentaa2ee036e8948fc67b0095e032ab2a56c296fc62 (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/QtBuild.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 c4e6077fc6..3d10fc38ab 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -543,6 +543,7 @@ if(ANDROID)
endif()
# Helpers that are available in public projects and while building Qt itself.
+include(QtPublicCMakeHelpers)
include(QtPublicPluginHelpers)
include(QtPublicTargetHelpers)
include(QtPublicWalkLibsHelpers)