Results 1 to 6 of 6

Thread: Error including <libnotify/notify.h>

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Symbian S60

    Default Re: Error including <libnotify/notify.h>

    Quote Originally Posted by wysota View Post
    For each library you need to define the paths to includes and the paths to libraries needed. So far you only defined the former.
    OK I already included paths of all needed header files easily because i know each header file name from error bar
    but the problem for me how to know the libraries needed ??
    for example ---> "error: 'goffset' was not declared in this scope" .. what's the lib includes this type ??

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Error including <libnotify/notify.h>

    Use the LIBS variable in the project file. As for goffset, it's likely a glib routine but you can google it yourself.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. QtCreator weird error while trying to use libnotify libs
    By hakermania in forum Qt Programming
    Replies: 1
    Last Post: 13th July 2011, 11:42
  2. Replies: 1
    Last Post: 21st February 2011, 09:02
  3. How to use libnotify?
    By Bong.Da.City in forum Qt Programming
    Replies: 1
    Last Post: 26th August 2010, 05:53
  4. compilation error when including dumpcpp output
    By Jimmy2775 in forum Qt Programming
    Replies: 13
    Last Post: 14th May 2010, 04:12
  5. Qt web notify
    By bunjee in forum Qt Programming
    Replies: 4
    Last Post: 10th January 2008, 13:24

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.