diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake index 6af23a499ee..2cd06c435d2 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)