summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-02-10 11:54:45 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2022-02-10 15:43:00 +0100
commit723a4e2b89f623323b74757c5041f020dcabe891 (patch)
tree904dd619f320d7316a7856bdcafe85f815c1e452 /cmake/QtBuild.cmake
parent9e082faf30ba42a010c2f602f8834f1a72d342d7 (diff)
Add missing include of QtPublicCMakeHelpers
Amends 2201934efa1b9889d474347e705784bf6925e120 Pick-to: 6.2 6.3 Task-number: QTBUG-99491 Change-Id: I449f0705f1e41fd4609008ae6a7f4107cd0a4ca6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
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 6af23a499e..2cd06c435d 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -545,6 +545,7 @@ if(ANDROID)
endif()
# Helpers that are available in public projects and while building Qt itself.
+include(QtPublicCMakeHelpers)
include(QtPublicPluginHelpers)
include(QtPublicTargetHelpers)
include(QtPublicWalkLibsHelpers)