Results 1 to 3 of 3

Thread: QWT installation

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1

    Question QWT installation

    Hi,

    Can anybody guide me to install qwt libraries .I have gone through qwt homepage guide for installation,but did't get it clearely as i am beginner.Plz suggest me a simple way.

    Thank You

  2. #2
    Join Date
    Mar 2010
    Posts
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: QWT installation

    Qwt is a graph plotter library for Qt.

    Either use the provided zip file, or install by checking it out from SVN:
    svn co https://qwt.svn.sourceforge.net/svnroot/qwt/trunk/qwt

    If you use the zip file, create a symlink to the qwt library called "qwt" so that the build system can find it.

    Qwt must be built as a static library. To configure this, edit the file
    qwtconfig.pri
    before running qmake-qt4 and make. Comment out the line
    # CONFIG += QwtDll
    and qwt will be built as a static library.

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

    Default Re: QWT installation

    Quote Originally Posted by innobleday View Post
    Qwt must be built as a static library.
    Nonsense, almost all users work with shared libraries.

    The easiest way to install Qwt is on Linux, where you find binary packages that can be installed easily with the package manager of your distribution. On the Mac you find the idea of a distribution implemented in the Fink project: http://www.finkproject.org

    In uncomfortable environments like Windows you have to build and compile the Qwt library from source code packages: follow the advices in the INSTALL file and ask if you have a problem with one of the steps. But don't do something different - even if you find a success story in some forum - until you don't know exactly what you are doing.

    Uwe

Similar Threads

  1. Installation on AIX 5.3
    By micrinho in forum Installation and Deployment
    Replies: 0
    Last Post: 11th March 2010, 16:10
  2. Qt 4.6.1 Installation
    By JulioCastro in forum Newbie
    Replies: 2
    Last Post: 5th February 2010, 07:36
  3. help me with the installation of QT 4.4.1
    By kernel19 in forum Installation and Deployment
    Replies: 1
    Last Post: 14th September 2008, 15:13
  4. Qt installation
    By jay in forum Installation and Deployment
    Replies: 7
    Last Post: 27th May 2008, 15:24
  5. Dev-C++ & Qt4.4 installation
    By Colx007 in forum Installation and Deployment
    Replies: 2
    Last Post: 24th May 2008, 09:56

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.