[Buildroot] QT support for Buildroot RFS.

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Nov 7 09:52:33 UTC 2011


Le Mon, 7 Nov 2011 08:16:52 +0000,
Mahanteshwari Hiremath <Mahanteshwari.Hiremath at lnties.com> a écrit :

>           I am trying to buid buildroot RFS with QT supprt.
> I have enabled C++ support in toolchain and Qt support in package
> selection --> Graphic libraries --> Qt. after 'make'  I can see qmake
> getting installed in staging/usr/bin.
> 
> What are the necessary changes(settings) i have to do inorder to get
> qmake installed in target/bin and libraries in target/lib(nothing but
> RFS).

qmake is installed in output/host/usr/bin, not inside the staging
directory.

We only support cross-compilation of Qt application: qmake is not
installed on the target. Just use the qmake in output/host/usr/bin to
cross-compile your Qt application from your host machine.

The Qt libraries are already installed in output/target/usr/lib if you
have enabled Qt in the configuration.

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list