File size: 304 Bytes
f02cc52 | 1 2 3 4 5 6 7 8 | # Protect against multiple inclusion, which would fail when already imported targets are
# added once more.
_qt_internal_check_multiple_inclusion(_targets_not_defined "ExampleIconsPrivate")
_qt_internal_create_versionless_alias_targets("${_targets_not_defined}" Qt6)
unset(_targets_not_defined)
|