Results 1 to 2 of 2

Thread: QwtDial not exits

  1. #1
    Join Date
    Feb 2007
    Posts
    47
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question QwtDial not exits

    Hi all!
    I have just installed Qwt 5.0.2,and want to learn the examples.The examples can run,but when I use QwtDial and QwtDialNeedle to write program,it says they are not exit.I think Qt4 haven't recognized Qwt,am I right?How can I deal?
    Thank you very much!

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QwtDial not exits

    You must add Qwt to INCLUDEPATH and LIBS just like any other library. More or less something like:
    INCLUDEPATH += /path/to/qwt-5.0.2/include
    LIBS += -L/path/to/qwt-5.0.2/lib -lqwt5
    J-P Nurmi

Similar Threads

  1. program exits
    By ldsjohn in forum Qt Programming
    Replies: 2
    Last Post: 20th September 2006, 20:03

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.