Re: [Development] unable to run qtdeclarative examples

2022-08-29 Thread Samuli Piippo
Ansar ; development@qt-project.org Subject: Re: [Development] unable to run qtdeclarative examples On 8/24/22 08:18, Rasool, Ansar wrote: > Shouldn't this shared module be installed on target by default if > examples are being included? because without this examples won't work.

Re: [Development] unable to run qtdeclarative examples

2022-08-24 Thread Ulf Hermann
On 8/24/22 08:18, Rasool, Ansar wrote: Shouldn't this shared module be installed on target by default if examples are being included? because without this examples won't work. "Install" and "default" are difficult to combine when talking about QML modules. How _did_ you install the example? Co

Re: [Development] unable to run qtdeclarative examples

2022-08-23 Thread Rasool, Ansar
alf of Ulf Hermann Sent: Wednesday, August 24, 2022 11:08:04 AM To: development@qt-project.org Subject: Re: [Development] unable to run qtdeclarative examples Hi Ansar, there is a "shared" QML module in the examples. It's built together with every example that requires it and ends

Re: [Development] unable to run qtdeclarative examples

2022-08-23 Thread Ulf Hermann
Hi Ansar, there is a "shared" QML module in the examples. It's built together with every example that requires it and ends up in a directory "shared" next to the application binary. You need to install it together with the example on the target. best regards, Ulf

Re: [Development] unable to run qtdeclarative examples

2022-08-23 Thread Rasool, Ansar
Hi All, Kindly provide some input here. Regards, Ansar Rasool From: Rasool, Ansar Sent: Tuesday, August 23, 2022 6:26:35 PM To: development@qt-project.org Subject: unable to run qtdeclarative examples Hi, I just compiled meta-qt6 with yocto 4.0 (kirkstone) bu

[Development] unable to run qtdeclarative examples

2022-08-23 Thread Rasool, Ansar
Hi, I just compiled meta-qt6 with yocto 4.0 (kirkstone) but i am unable to launch quick examples. I face below error *** root@qemuarm64:/usr/share/examples/quick# ./animation/animationexample qrc:/animation/an