Results 1 to 4 of 4

Thread: A simple Plot doesn't work in Qt5

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Dec 2013
    Location
    Toronto, Canada
    Posts
    62
    Thanked 16 Times in 15 Posts
    Qt products
    Qt5
    Platforms
    Windows

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

    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

  2. The following user says thank you to Cah for this useful post:

    8Observer8 (15th 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.