Results 1 to 1 of 1

Thread: qwt installation - please help! (SOLVED)

  1. #1
    Join Date
    Feb 2009
    Location
    Portugal
    Posts
    8
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Talking qwt installation - please help! (SOLVED)

    hello!

    I have qt 4.4.3 installed and need the qwt library for my application. I have downloaded qwt version 5.1.1. Folowing the install instructions, i get stuck after the:

    qmake
    make
    make install

    the next step i can't seem to find out how to do it even after a lot of search..how do i get the libraries the right way?
    when i try to compile the examples make gives 'undefined reference' for everything qwt related.

    I'm using OpenSuse 11.1 with kde4.

    thanks a lot for the help!

    SOLUTION (just for reference)//////////////////////////////////////////////

    Taking the source files, from one of the examples that ship with the qwt package, and taking it to another directory I issued the commands:

    qmake -project (because I didn't transport the .pro file)
    qmake

    and then I edited the Makefile created by qmake and added:

    in INCPATH: -I/usr/lib/qwt-5.1.1/include (directory where i have the include files)
    in LIBS: -lqwt

    and it compiles successfully!

    ///////////////////////////////////////////////////////////////////////////////
    Last edited by dcopeto; 19th February 2009 at 15:20.

Similar Threads

  1. Step by step Qwt on MinGW
    By Doug Broadwell in forum Qwt
    Replies: 2
    Last Post: 23rd January 2009, 00:19
  2. Qwt Installation on Solaris
    By jomarin in forum Qwt
    Replies: 3
    Last Post: 22nd September 2008, 16:54
  3. QWT 5.1.0 installation with eclipse
    By kokasurfer in forum Installation and Deployment
    Replies: 1
    Last Post: 17th September 2008, 10:04
  4. qwt installation problem
    By zwierz in forum Qwt
    Replies: 1
    Last Post: 14th June 2008, 23:04
  5. use interesting QWT Library with QT3.X
    By raphaelf in forum Qwt
    Replies: 2
    Last Post: 23rd January 2006, 11:24

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.