module "QtQuick.Studio.Effects" is not installed
-
I'm trying to cross compile design studio 3.9 example "Outrun_Cluster" to test on my arm64 hardware. I was able cross compile it but when I'm trying to run above error occurs. I saw there is "libQt6Quick3DEffects.so" in design studio libraries. How can I solve this ? Any help is much appreciated. Thanks.
-
I'm trying to cross compile design studio 3.9 example "Outrun_Cluster" to test on my arm64 hardware. I was able cross compile it but when I'm trying to run above error occurs. I saw there is "libQt6Quick3DEffects.so" in design studio libraries. How can I solve this ? Any help is much appreciated. Thanks.
@Imeshsps found this which says,
If you use Qt Quick Studio Components or Effects in your project, you have to check out and install the Qt Quick Designer Components module from Qt Code Review.
It compiled succesfully but
cmake --install .
gave
-- Install configuration: "RelWithDebInfo"
didn't seems to do anything. Found libQuickStudioEffects.a file in build folder. Please can anyone help me with this?
Thanks.
-