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 <[email protected]> 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 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
