Results 1 to 2 of 2

Thread: qwt on MacOS QtCreator

  1. #1
    Join Date
    Mar 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default qwt on MacOS QtCreator

    Hello.I have installed the qwt libraries but i don't know how to use them in my qt Creator.I write this on my .pro file but it shows me the following error:
    Qt Code:
    1. INCLUDEPATH+=/usr/local/qwt-5.2/lib
    2.  
    3. LIBS += -lqwt
    To copy to clipboard, switch view to plain text mode 

    error
    Qt Code:
    1. error: collect2: ld returned 1 exit status
    To copy to clipboard, switch view to plain text mode 

    can anyone tell me what do i have to write?All the files are on this path:/usr/loca/qwt-5.2/lib!
    Thanks in advance.

  2. #2
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default Re: qwt on MacOS QtCreator

    Open the terminal and type export DYLD_LIBRARY_PATH=/usr/local/qwt-5.2/lib
    and then open the qt creator in the terminal or run the application from the terminal .

Similar Threads

  1. install Qwt Qtcreator
    By oswalidos in forum Qwt
    Replies: 10
    Last Post: 21st November 2011, 00:23
  2. QWT doesnt show any windows
    By Cal in forum Qwt
    Replies: 5
    Last Post: 30th June 2009, 18:05
  3. qwt plugin with QtCreator in winXP
    By Carlton in forum Qwt
    Replies: 7
    Last Post: 20th May 2009, 20:57
  4. How to upgrade Qwt 5.0.1 to Qwt 5.0.2
    By luffy27 in forum Qwt
    Replies: 1
    Last Post: 15th July 2007, 20:55
  5. use interesting QWT Library with QT3.X
    By raphaelf in forum Qwt
    Replies: 2
    Last Post: 23rd January 2006, 12: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.