Hello Ulf,

I basically ported the QML based QtWebBrowser example app to Qt6, and as usual 
I expected macdeployqt to recognize all dependencies but this was not the case 
obviously (before deployment all is fine).

Meantime I figured that the actual Qt git snapshot has been updated already and 
I could take the working code from there.

However, if you as official Qt members are still interested in fixing this 
issue I can provide more info. Please let me know if this is the case.

Best

Alex


--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797


> Gesendet: Dienstag, 26. April 2022 um 21:30 Uhr
> Von: "Ulf Hermann" <ulf.herm...@qt.io>
> An: interest@qt-project.org
> Betreff: Re: [Interest] QML issues after deployment
>
> 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 one is that the
> macOS deployment tooling doesn't see the dependency between QtQml and
> QtQml.WorkerScript. You may be able to work around it by explicitly
> importing QtQml.WorkerScript somewhere. Can you please create a minimal
> example project and post a bug report at https://bugreports.qt.io ?
>
> best regards,
> Ulf
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to