mirror of https://github.com/qt/qtbase.git
Add missing include of QtPublicCMakeHelpers
Amends 2201934efa
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:
parent
9e082faf30
commit
723a4e2b89
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue