On Wed, Jun 25, 2014 at 2:37 PM, Stephen Munnings <[email protected]> wrote: > -----Original Message----- > Where would I find the generated Makefiles? > I cannot seem to find them. I even did a "find" on the entire build/ > directory, but none of the Makefile matches were for the Qt application.
In the build/tmp/work inside the application directory. QMake will generate them. PS: if you're using rm_work you won't see them ... > Is it normal to have to specify the PATH for finding the cross-toolchain when > building a Qt application? > If so, then there is probably nothing wrong here. No. It is a bug. You can see for example the recipe we did for qsiv[1] in meta-qt5[2]. 1. http://code.ossystems.com.br/gitweb?p=qt%2Fqsiv.git 2. https://github.com/meta-qt5/meta-qt5/blob/master/recipes-qt/qsiv/qsiv_1.1.bb It is a working example. Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
