[Buildroot] [PATCH 1/1] qextserialport : fix download and bump version

Thiago A. Corrêa thiago.correa at gmail.com
Wed Nov 7 23:26:19 UTC 2012


On Wed, Nov 7, 2012 at 8:32 PM, Peter Korsgaard <jacmet at uclibc.org> wrote:
>
> >>>>> "Sagaert" == Sagaert Johan <sagaert.johan at skynet.be> writes:
>
>  Sagaert> Signed-off-by: Sagaert Johan <sagaert.johan at skynet.be>
>
> Thanks, but it still doesn't build with a base Qt config here as it
> tries to link with QtGui / QtNetwork, which imho doesn't make much sense
> for a serial lib.
>

It's quite likely one of the examples being built.
The changeset removes a patch that removes the examples, but you don't
actually have to do that, you can build from within src and the .pro
in there will most likely have a line with QT -= gui, just like the
QtSerialPort package I sent a while back.

The toplevel .pro file tells qmake that those listed folders should be
built and each contain a .pro file inside that matches the folder
name. It will simply iterate thru them and call qmake over them.
Those "subprojects" contain the actual description of how to build the
project, which qmake reads.



More information about the buildroot mailing list