I want to apply the simple notification example in the following link

http://www.developer.nokia.com/Commu...t_applications

I followed the steps and added the 2 lines in .pro

CONFIG += link_pkgconfig
PKGCONFIG += libnotify
but I have the following error when I write #include <libnotify/notify.h>

error: libnotify/notify.h: No such file or directory