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>
This commit is contained in:
Alexey Edelev 2022-02-10 11:54:45 +01:00
parent 9e082faf30
commit 723a4e2b89

View File

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