mac deployment problem of 3d project
-
There is no need for duplicated postings. Moderators can shift it in case your post is more suitable in another category.
-
I did a quick check with 5.9.2 and the
Qt53DAnimation
framework was deployed. -
@SGaist As I check the deployed bundle,
Qt53DAnimation
framework is deployed but the problem still. The way used in Windows doesn't work on MacOS. May be there are some other frameworks missed in mac deployment asQt53DAnimation.dll
missed in windows deployment. -
What exactly is missing in your app bundle ?
-
So there are indeed plugins missing.
One thing you can do is to clone the
qttools
module and buildmacdeployqt
from the 5.10 branch where the deployment has been fixed. -
So there are indeed plugins missing.
One thing you can do is to clone the
qttools
module and buildmacdeployqt
from the 5.10 branch where the deployment has been fixed. -
Can you check also with the 5.10 version of windeployqt ? From a quick look at the sources, it should be already working.
-
Can you check also with the 5.10 version of windeployqt ? From a quick look at the sources, it should be already working.
-
Ok, I was focused on the plugin issue. There's a patch in progress to fix that.