Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-26 Thread Hamish Moffatt via Interest
On 26/4/22 15:56, Alexander Carôt wrote: Thanks for the pointer, however, it looks rather trivial as if it is asking for lib versions not existent on Monterey. In order to make it workI simply created symbolic links to the current ones: sudo ln -s libffi.8.dylib libffi.7.dylib sudo ln -s

Re: [Interest] QML issues after deployment

2022-04-26 Thread Ulf Hermann
Hi, just lately I started integrating QML features into my Qt6 app (related to web browsing). This works fine so far, however, after deployment via macdeployqt I receive this error upon bootup: module "QtQml.WorkerScript" is not installed There can be many reasons for this. The most likely

Re: [Interest] QML issues after deployment

2022-04-26 Thread Alexander Carôt
> just lately I started integrating QML features into my Qt6 app (related to > web browsing). This works fine so far, however, after deployment via > macdeployqt I receive this error upon bootup: > module "QtQml.WorkerScript" is not installed > Can anyone help in this context ? Should I possibly

[Interest] Question about QML particles

2022-04-26 Thread maitai
Hi, I am trying to render particles with a trail, which should be just a basic polygon representing the path traveled by the particle, with no fancy effect. I have of course tried with TrailEmitter, but I get at best some isolated points behind the particle and not a line. Is there a way to

[Interest] QML issues after deployment

2022-04-26 Thread Alexander Carôt
Hi all, just lately I started integrating QML features into my Qt6 app (related to web browsing). This works fine so far, however, after deployment via macdeployqt I receive this error upon bootup: module "QtQml.WorkerScript" is not installed Can anyone help in this context ? Should I