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>
This commit is contained in:
Alexey Edelev 2022-02-10 11:54:45 +01:00 committed by Qt Cherry-pick Bot
parent c64549c5dd
commit ff96047a69

View File

@ -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)