Re: [Interest] QtWidget examples not being run

2020-07-19 Thread Ramakanth Kesireddy
Hello Thiago, The below mentioned patch along with setting environment variable QT_QPA_PLATFORM=linuxfb:rotation=180TSLIB_PARAMETERS=rotate=180:mode=640x480 worked in Qt 5.6.3 version. Thanks and Regards, Ramakanth On Fri, Jul 17, 2020 at 11:04 PM Ramakanth Kesireddy wrote: > Hello Thiago, >

Re: [Interest] QtWidget examples not being run

2020-07-17 Thread Ramakanth Kesireddy
Hello Thiago, Thanks for your feedback. As you pointed out different configure options and patches is the reason. Now with the single Qt build, it works fine on target. However, the rotation of linux framebuffer doesnot works in Qt 5.6 using export QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0:rotation=18

Re: [Interest] QtWidget examples not being run

2020-07-09 Thread Thiago Macieira
On Thursday, 9 July 2020 09:33:31 PDT Ramakanth Kesireddy wrote: > Is it ok if we have Yocto Qt build on device and Qt build cross compiled > in sysroot both being Qt 5.6.3 and the Qt program cross-compiled with > sysroot build could run on device Yocto Qt build since the configuration is > same?

Re: [Interest] QtWidget examples not being run

2020-07-09 Thread Ramakanth Kesireddy
Is it ok if we have Yocto Qt build on device and Qt build cross compiled in sysroot both being Qt 5.6.3 and the Qt program cross-compiled with sysroot build could run on device Yocto Qt build since the configuration is same? Best Regards, Ramakanth On Thu, 9 Jul, 2020, 21:24 Thiago Macieira, wr

Re: [Interest] QtWidget examples not being run

2020-07-09 Thread Thiago Macieira
On Wednesday, 8 July 2020 22:08:53 PDT Ramakanth Kesireddy wrote: > Yes there is an inbuilt Qt 5.9.7 version installed as part of TI sdk though > am setting Qt 5.6 3 path before rebuilding examples. > > If we remove Qt 5.9.7 libs and Qt5 plugins, does it suffice or we need to > remove .pc,cmake an

Re: [Interest] QtWidget examples not being run

2020-07-08 Thread Ramakanth Kesireddy
Hello Thiago, Thanks for your quick response. Yes there is an inbuilt Qt 5.9.7 version installed as part of TI sdk though am setting Qt 5.6 3 path before rebuilding examples. If we remove Qt 5.9.7 libs and Qt5 plugins, does it suffice or we need to remove .pc,cmake and includes as well? Best Re

Re: [Interest] QtWidget examples not being run

2020-07-07 Thread Thiago Macieira
On Tuesday, 7 July 2020 06:36:16 PDT Ramakanth Kesireddy wrote: > cross compiled Qt gcc version: 7.2.1(Using configure,make) > Target gcc version: 7.3.0(using Yocto meta-qt5 recipes) That means you're not using the latest Yocto. Why aren't you using the latest Yocto Project release? -- Thiago M

Re: [Interest] QtWidget examples not being run

2020-07-07 Thread Thiago Macieira
On Tuesday, 7 July 2020 06:36:16 PDT Ramakanth Kesireddy wrote: > ./animatedtiles: relocation error: ./animatedtiles: symbol > _ZN14QGraphicsSceneC1EP7QObject, version Qt_5 not defined in file > libQt5Widgets.so.5 with link time reference You have more than one Qt version in your system. Dele

[Interest] QtWidget examples not being run

2020-07-07 Thread Ramakanth Kesireddy
Hi, I am unable to run a few below QtWidget examples using Qt 5.6.3 libs though I set qmake PATH but other QtWidget examples work fine. export PATH=/home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/local/Qt-5.6.3/bin:$PATH export