Results 1 to 4 of 4

Thread: A simple Plot doesn't work in Qt5

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2012
    Posts
    232
    Thanks
    118
    Thanked 18 Times in 10 Posts
    Platforms
    Windows Android

    Default Re: A simple Plot doesn't work in Qt5

    Quote Originally Posted by Cah View Post
    Looks like you are using the release version of the lib in a debug app

    In the pro file try

    LIBS += -L$${QWT_LOCATION}/lib -lqwtd

    note the -lqwtd instead of -lqwt
    Yes, It works! Thank you very much

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: A simple Plot doesn't work in Qt5


  3. The following user says thank you to Uwe for this useful post:

    8Observer8 (16th January 2014)

Similar Threads

  1. Replies: 1
    Last Post: 17th December 2010, 08:53
  2. Replies: 0
    Last Post: 18th March 2010, 14:35
  3. Replies: 2
    Last Post: 5th September 2009, 11:23
  4. Replies: 12
    Last Post: 5th July 2009, 16:03
  5. QHttp simple program doesn't work
    By johncharlesb in forum Qt Programming
    Replies: 0
    Last Post: 4th April 2008, 04:18

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.