[maemo-developers] How to include glib-object.h
From: Christoph Eckert ce at christeck.deDate: Wed Mar 31 13:43:33 EEST 2010
- Previous message: How to include glib-object.h
- Next message: How to include glib-object.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, > > > glib-object.h: No such file or directory > > > > Try adding -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include to > > your gcc invocation. > > Actually you should include `pkg-config --cflags glib-2.0` I just added CONFIG += link_pkgconfig PKGCONFIG += libnotify to the .pro file as suggested here: http://bit.ly/6nsy79 This does the trick, though I obviously have not understood the issue completely :) . Thanks for the help, ce
- Previous message: How to include glib-object.h
- Next message: How to include glib-object.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]