Results 1 to 20 of 36

Thread: Need help installing Qwt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2011
    Location
    Venice, Italy
    Posts
    20
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Need help installing Qwt

    If you want to use the qwt designer plugin the esiest way is to copy the 'qwt_designer_plugin.dll' file inside 'plugins\designer' of your qt framework. It's not the right way but, it works in 2 seconds (and worked for me). Then via 'About Plugins' inside the Designer's Help menu you should see if the plugin is successfully been loaded.

    If examples are already compiled, their binaries lay on C:\<path of your qwt sources>\examples\bin.

    If your creator doesn't find any qwt header, try to set in yout project file

    INCLUDEPATH += <qwt installation path>/include/

    Then run qmake again. Try to add #include <qwt_curve_plot.h>

    Ciao!

    Marco

  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: Need help installing Qwt

    Quote Originally Posted by mpita View Post
    It's not the right way but, it works in 2 seconds (and worked for me).
    2 seconds of wasted time, because he already configured the path ( what also works in 2 seconds ) + a source for having problems in the future.

    Instead the missing step should be to configure the environment ( PATH, LD_LIBRARY_PATH ... ), so that the Creator can find the Qwt library, when it is loading the plugin.

    Of course Qwt plugin/library need to be compatible with the Creator - that doesn't need be compatible to the Qt version you are trying to build your application with.
    So when Creator and Qt installation are incompatibel you need to build and install Qwt twice.

    Uwe

Similar Threads

  1. installing qwt
    By szisziszilvi in forum Qwt
    Replies: 14
    Last Post: 9th February 2011, 08:56
  2. installing qt using
    By impeteperry in forum Installation and Deployment
    Replies: 2
    Last Post: 30th December 2009, 15:41
  3. Installing Qwt 5.1.1
    By WXNSNW in forum Qwt
    Replies: 3
    Last Post: 18th September 2008, 14:06
  4. Installing Qt 4 on Mac os X
    By qtray in forum Installation and Deployment
    Replies: 1
    Last Post: 8th August 2008, 21:34
  5. Installing
    By bsws1079 in forum Newbie
    Replies: 3
    Last Post: 2nd April 2007, 23:19

Tags for this Thread

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.