Re: [yocto] Add a module/library to meta-toolchain-qt5 sdk

2018-02-11 Thread Pehen Azam
Hei Pierre-Jean Thank you so much. I was struggling with this for a long time. Regards Pehen On 9 Feb 2018 3:01 pm, "TEXIER Pierre-Jean" <texier@gmail.com> wrote: > Hi Peneh, > > 2018-02-09 12:39 GMT+01:00 Pehen Azam <pehen.a...@gmail.com>: > >&

[yocto] Add a module/library to meta-toolchain-qt5 sdk

2018-02-09 Thread Pehen Azam
Hi, I try to add qtcharts to meta-toolchain-qt5. My question is to which recipes/files should I add qtcharts to have qtcharts on meta-toolchain-qt5 sdk? I need to compile my program with qmake at ` /opt/myimage/2.1.2/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake` I am not sure where should I put

[yocto] install qcharts module to yocto sdk

2018-02-07 Thread Pehen Azam
Hi! I try to cross-compile qt chart examples for a yocto platform. I do following steps to compile my qt programs: - source /opt/myimage/2.1.2/environment-setup-cortexa9hf- neon-poky-linux-gnueabi - qmake -o Makefile areachart.pro - make But When I add `QT += charts` to any project run qmake