Make wasm finalizers work for standalone tests and other repos
The wasm helpers file is not included in QtBuild and is thus not visible
when standalone tests or other repos are being built. This fixes it.
Amends 1f9c1f032c
Pick-to: 6.4
Fixes: QTBUG-105615
Change-Id: I6c9229e1f259fa5043d7d11b8ee0293e26077f3e
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
parent
360f1547f7
commit
644ae42e12
|
|
@ -546,6 +546,10 @@ if(ANDROID)
|
|||
include(QtAndroidHelpers)
|
||||
endif()
|
||||
|
||||
if(WASM)
|
||||
include(QtWasmHelpers)
|
||||
endif()
|
||||
|
||||
# Helpers that are available in public projects and while building Qt itself.
|
||||
include(QtPublicCMakeHelpers)
|
||||
include(QtPublicPluginHelpers)
|
||||
|
|
|
|||
Loading…
Reference in New Issue