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 libcrypto.3.dylib libcrypto.1.1.dylib




That's not guaranteed to work. Major versions 7 and 8 are unlikely to be 
compatible (else they wouldn't have changed the version number with all 
the difficulty that creates).



Hamish
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


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 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


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 use a static Qt build ?


Nevermind – I could find a non-QML based solution which works fine.


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


> Gesendet: Dienstag, 26. April 2022 um 08:50 Uhr
> Von: "Alexander Carôt" 
> An: "qt qt" 
> Betreff: [Interest] QML issues after deployment
>
> 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 possibly use a static Qt build ?
> 
> Thanks,
> best
> 
> Alex
> 
> --
> http://www.carot.de
> Email : alexan...@carot.de
> Tel.: +49 (0)177 5719797
> 
> ___
> 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


[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 achieve that?

Thanks
Philippe Lelong___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[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 possibly use a static Qt build ?

Thanks,
best

Alex

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

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest