On Tuesday, 19. January 2010 14:05:36 Vladimir Berezenko wrote: > Hi all! > > I found that there's no qmake in the feeds, so no one can build qt4 app > on the Neo, but there are qt4-examples, which don't depend on any qt4 > developer package and on qt4-mkspecs. > I think that should be fixed somehow.
Hi, are you sure you want to build your Qt4 apps _on_ the Neo? You can build your apps for the Neo with bitbake on your host. Building Package qt4-x11-free will build all necessary steps before (eg qmake2 in staging dir). For an example see recently added wpa-gui recipe [1]. By inheriting qt4x11 you should get all you need to build your app (if it is plain Qt4). Cheers, Christian [1] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/wpa-supplicant/wpa-gui_0.6.9.bb _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
