[Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

Meenakumari Shedole meenakumari.s at hcl.com
Fri Sep 5 08:00:11 CEST 2014


yes, you are right in cross-compile no need to update conf file just modify qtbase/mkspec/qmake conf and corresponding arm-linux gcc library.

Regards
Meena
________________________________________
From: Ramakanthreddy Kesireddy [Ramakanthreddy.Kesireddy at techmahindra.com]
Sent: Tuesday, August 26, 2014 4:07 PM
To: Meenakumari Shedole; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

Well I cross-compiled Qt5.x for target board ..So in conf file, there are no qt modules being added.

Best Regards,
Ramakanth

-----Original Message-----
From: Meenakumari Shedole [mailto:meenakumari.s at hcl.com]
Sent: Tuesday, August 26, 2014 1:13 PM
To: Ramakanthreddy Kesireddy; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

I think You are missed to add qtbase-font in conf file, if not means as per requirements need to add "font" for other qt components also.

Regards
Meena

-----Original Message-----
From: Ramakanthreddy Kesireddy [mailto:Ramakanthreddy.Kesireddy at techmahindra.com]
Sent: Monday, August 25, 2014 7:24 PM
To: Meenakumari Shedole; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

Hi,

Thanks a lot.
I could successful cross-compile Qt 5.3 on target board using Yocto-1.5.

However, the font is not appearing properly(in Square brackets) when I run my IVI application.

Please let me know if am missing any package in this regard.

Thanks and Regards,
Ramakanth

-----Original Message-----
From: Meenakumari Shedole [mailto:meenakumari.s at hcl.com]
Sent: Tuesday, July 22, 2014 11:06 AM
To: Ramakanthreddy Kesireddy; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

Keep in loop qt forum also.

missing .so files,copy QtQuick.Controls-plugins.so and QtQuick.Layouts-plugins.so libraries to /usr/lib/qt5/qml/QtQuick1.

Regards
Meena
________________________________________
From: Ramakanthreddy Kesireddy [Ramakanthreddy.Kesireddy at techmahindra.com]
Sent: Monday, July 21, 2014 7:18 PM
To: Meenakumari Shedole
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

I tried QtQuickcontrols source component and move this controls folder to your rootfs qt specified path.

But it throws below error:

QQmlApplicationEngine failed to load component

qrc:/qml/mail.qml:2 module "QtQuick.Controls" is not insalled
qrc:/qml/mail.qml:3 module "QtQuick.Layouts" is not insalled


Error: your root item has to be Window.

Please let me know solution for the same in this regard.

Best Regards,
Ramakanth

-----Original Message-----
From: Ramakanthreddy Kesireddy
Sent: Saturday, July 05, 2014 7:05 PM
To: Meenakumari Shedole; Jonathan Liu; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5


If I understand correctly, you mean to do bitbake QtQuickControls instead of bitbake core-image-minimal?

Thanks and Regards,
Ramakanth

-----Original Message-----
From: Meenakumari Shedole [mailto:meenakumari.s at hcl.com]
Sent: Friday, July 04, 2014 11:27 AM
To: Ramakanthreddy Kesireddy; Jonathan Liu; jens.bache-wiig at digia.com; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

Yes, if we going with entire things getting quick controls error, tried one by one source component.


Regards
Meena
________________________________________
From: Ramakanthreddy Kesireddy [Ramakanthreddy.Kesireddy at techmahindra.com]
Sent: Friday, July 04, 2014 10:38 AM
To: Meenakumari Shedole; Jonathan Liu; jens.bache-wiig at digia.com; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

Hi,

Actually am not building QtQuickcontrols from source but building through bitbake by keeping the entries in local.conf as mentioned in https://community.freescale.com/docs/DOC-100419

Thanks and Regards,
Ramakanth



-----Original Message-----
From: Meenakumari Shedole [mailto:meenakumari.s at hcl.com]
Sent: Thursday, July 03, 2014 4:35 PM
To: Ramakanthreddy Kesireddy; Jonathan Liu; jens.bache-wiig at digia.com; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

To build qtquickcontrols add " PACKAGECONFIG_append_pn-qtquickcontrols = " accessibility" " in your local.conf file and after a build it creates quickcontrols  all qml and plugins.so. in Quick/Controls folder.
move this controls folder to your rootfs qt specified path.


Regards
Meena
________________________________________
From: Ramakanthreddy Kesireddy [Ramakanthreddy.Kesireddy at techmahindra.com]
Sent: Thursday, July 03, 2014 10:53 AM
To: Jonathan Liu; Meenakumari Shedole; jens.bache-wiig at digia.com; interest at qt-project.org
Subject: RE: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

Hi ,

Am facing similar issue https://community.freescale.com/docs/DOC-101118
i.e. qtquickcontrols not found in the base feeds even after adding PACKAGECONFIG_append_pn-qtbase = " accessibility".

Please let me know if there is any solution for the same.

Thanks and Regards,
Ramakanth

-----Original Message-----
From: interest-bounces+ramakanthreddy.kesireddy=techmahindra.com at qt-project.org [mailto:interest-bounces+ramakanthreddy.kesireddy=techmahindra.com at qt-project.org] On Behalf Of Jonathan Liu
Sent: Saturday, June 21, 2014 3:54 PM
To: Meenakumari Shedole; jens.bache-wiig at digia.com; interest at qt-project.org
Subject: Re: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

On 6/06/2014 4:14 PM, Meenakumari Shedole wrote:
> Hi.
>
> We are integrating Qt5.2.1 version all Qt components to Yocto Dora branch.
> And we build few of Qt components (using meta-qt5 in yocto)but while
> building QtQuickControls and QtGrapgicaleffects getting issue.
> QtQuickControls components is not building in yocto just source code
> is extracting in yocto core2-pocky and creating yocto packages
> anddeply_rpm but inside this there is no lib or bin files.
>
> Could you please suggest me how to move further in yocto dora branch
> using specially QtQuickControls components. Mu requirement is on
> Quick.Controls and QtLayouts but this component is not at all building.
You probably need the following in local.conf:
PACKAGECONFIG_append_pn-qtbase = " accessibility"

See
https://github.com/meta-qt5/meta-qt5/blob/master/recipes-qt/qt5/qtbase.inc
for more information
>
> Thanks in Advance.
>
>
> Regards
> Meena
Regards,
Jonathan
_______________________________________________
Interest mailing list
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

________________________________

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.


============================================================================================================================

Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.

============================================================================================================================




::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and other defects.

----------------------------------------------------------------------------------------------------------------------------------------------------


________________________________

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.


============================================================================================================================

Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.

============================================================================================================================



________________________________

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.


============================================================================================================================

Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.

============================================================================================================================



________________________________

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.


============================================================================================================================

Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.

============================================================================================================================



________________________________

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.


============================================================================================================================

Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.

============================================================================================================================





More information about the Interest mailing list