On Fri, 27 Aug 2010 13:51:46 -0700 Arjan van de Ven <[email protected]> wrote:
> On 8/27/2010 1:49 PM, Kevron Rees wrote: > > --- > > src/src.pro | 3 ++- > > 1 files changed, 2 insertions(+), 1 deletions(-) > > > > diff --git a/src/src.pro b/src/src.pro > > index 7bad58a..6ff382c 100644 > > --- a/src/src.pro > > +++ b/src/src.pro > > @@ -6,7 +6,8 @@ PKGCONFIG += QtNetwork QtContacts > > MOC_DIR = .moc > > OBJECTS_DIR = .obj > > MGEN_OUTDIR = .gen > > -LIBS += -lseaside > > +LIBS += -lseaside -lmeegobluetooth > > +INCLUDEPATH += /usr/include/meegobluetooth > > > > target.path = $$M_INSTALL_BIN > > > > > > wouldn't this need to go along with an equivalent change to the .pc > file ? Yea, having to add INCLUDEPATH += /usr/include/meegobluetooth Seems to suggest the .pc file is not complete or missing. Looking in the packages, I don't even see any .pc files... Shane... _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
