Qt Lottie on WebAssembly
Unsolved
Qt for WebAssembly
-
Hello
When i try to compile my project to web assembly i got this error :wasm-ld: error: duplicate symbol: lcLottieQtBodymovinParser() >>> defined in /Users/sakone/Qt/5.15.0/wasm_32/qml/Qt/labs/lottieqt/liblottieqtplugin.a(lottieanimation.o) >>> defined in /Users/sakone/Qt/5.15.0/wasm_32/lib/libQt5Bodymovin.a(bmbase.o) wasm-ld: error: duplicate symbol: lcLottieQtBodymovinRender() >>> defined in /Users/sakone/Qt/5.15.0/wasm_32/qml/Qt/labs/lottieqt/liblottieqtplugin.a(lottieanimation.o) >>> defined in /Users/sakone/Qt/5.15.0/wasm_32/lib/libQt5Bodymovin.a(bmbase.o) shared:ERROR:
-
I am not even sure how supported QtLottie is on the desktop, but not yet supported for Qt WebAssermbly.
I do know that the Qt WebAssembly platform has a few issues like this regarding QLogging and Q_DECLARE_LOGGING_CATEGORY that do not happen on desktop, as we are built statically linked.