[oe] Qt problems

Ihar Hrachyshka ihar.hrachyshka at gmail.com
Tue Aug 25 10:27:16 UTC 2009


Stuart Gray wrote:
> Can you show me an example of what you mean please.
>
> I know its a mess and that is part of my problem.
>
> 2009/8/25 Ihar Hrachyshka <ihar.hrachyshka at gmail.com>
>
> > Stuart Gray wrote:
> > > Here are the bb files.
> > >
> > > qt4-embedded is the standard bb file.
> > >
> > > libmusicbrainz is the latest version of this software - to get this to
> > work
> > > I had to use oe_soinstall to include libstdc++.so.6
> > >
> > > dockamp is my own software which is the code written on Fedora Linux. I
> > > chnaged a lot of the include paths as it could not locate the files. For
> > > example:
> > >
> > > #include
> > >
> > </home/stuart/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/qt4-embedded-4.5.2-r14.1/qt-embedded-linux-opensource-src-4.5.2/include/QtNetwork/QNetworkReply>
> > > #include
> > >
> > </home/stuart/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/qt4-embedded-4.5.2-r14.1/qt-embedded-linux-opensource-src-4.5.2/include/QtNetwork/QNetworkAccessManager>
> > > #include
> > >
> > </home/stuart/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/qt4-embedded-4.5.2-r14.1/qt-embedded-linux-opensource-src-4.5.2/include/QtNetwork/QNetworkRequest>
> > >
> > > these were originally
> > > #include <QNetworkReply>
> > > etc...
> > >
> > > and then for Qt libraries I had to change:
> > >
> > > QT += QtDBusE QtNetworkE QtSqlE phononE QtXmlE
> > >
> > > from
> > >
> > > QT += dbus network sql phonon xml
> > >
> > > I have been told that qmake should take care of this.
> > >
> > > Thanks,
> > > Stuart
> > >
> > > 2009/8/24 Henning Heinold <heinold at inf.fu-berlin.de>
> > >
> > > > Hi,
> > > >
> > > > wihtout the recipe there is no chance to help you.
> > > >
> > > > Bye Henning
> > > >
> > > > _______________________________________________
> > > > Openembedded-devel mailing list
> > > > Openembedded-devel at lists.openembedded.org
> > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > > >
> > >
> > > ------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel at lists.openembedded.org
> > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > >
> > You should regenerate your Makefile with oe-staged qmake.
> > PS: Your full-path includes are dirty hacks which shouldn't be used any
> > time. It's a mess.
> >
>   
Have you tried OpenEmbedded Qt/Embedded SDK [1] for building your software?

[1]: http://docs.openembedded.org/usermanual/usermanual.html#id491630




More information about the Openembedded-devel mailing list