AP: Rename `TYPE` to `QT_PLUGIN_TYPE` because it's a bit too generic.
AP: Ensure documenting that if neither STATIC or SHARED is specified, the default is not like the CMake behavior, but rather what Qt was configured as (STATIC or SHARED).
AP: Create JIRA task to replace uses of add_library with qt_add_library in the implementations of our functions where it makes sense (e.g qt_add_qml_module).
`qt6_wasm_add_target_helpers` - new API, probably should be internal
AP: Clarify name with quick3d team, does it need `quick3d` infix in the function name, could it be renamed to a more generic name for future extension.
**Decision:**
`qt6_quick3d_internal_bake_lightprobe_hdri` - new API, wraps qt6_quick3d_bake_lightprobe_hdri
`qt_quick3d_internal_bake_lightprobe_hdri`
**Decision:**
AP: Make it an internal function, not a public API.