[yocto] Yocto Qt!

Burton, Ross ross.burton at intel.com
Mon Mar 25 02:31:46 PDT 2013


Please don't reply directly to the sender but ensure that the list is
included in all replies.

On 25 March 2013 09:15, Cristi Dan <dan.florincristian at gmail.com> wrote:
> When i try
>
> (qmake -project)
> says that "qmake: command not found"
> the same thing with make
> It's there any chance that the Qt isn't added corectly to my image?
> Thank you

The "qt4-pkgs" image feature only adds the libraries and demo
applications.  You'll want to add "tools-sdk" to get a compiler, make,
and so on; and also "dev-pkgs" should add all relevant headers.  Then
you'll want qmake, so add this to your local.conf to add the tools:

CORE_IMAGE_EXTRA_INSTALL += "qt4-tools"

Ross



More information about the yocto mailing list