Results 1 to 3 of 3

Thread: qwtpolar i can build the src successfully but not the examples !!!!!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2012
    Posts
    173
    Thanks
    48
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default qwtpolar i can build the src successfully but not the examples !!!!!

    Hello guys,

    im using ubuntu, qwt6.0.2 and qwtpolar1.0...

    here is my issue in :

    when i run
    qmake
    make in the qwtpolar main folder where all the src and exmples
    in the beging it compilens about qwt_curve_fitter.h not found
    "In file included from qwt_polar_fitter.cpp:9:0: qwt_polar_fitter.h:13:30: fatal error: qwt_curve_fitter.h: No such file or directory "

    well i have set the QMAKEFEATURES to the qwt.prf location and i also checked the query it and made sure tha the QMAKEFEATURES has the path of qwt.prf file in in the feature file.

    but when I added the CONFIG +=qwt in the qwtpolar.pro. it stoped asking for qwt_curve_fitter.h but i got other error messgae also compling about a header file from the qwt heades file which " qwt_text.h" i even added the qwt library in the .pro file and make it point to the qwt library and its headres but it still compilaning about qwt_text file.

    ... ps. when i got the src folder only and run qmake, and make it works find and didnt compline about any thing i aslo did make install but i do not thing it was successful as i didnt find the features file in the qwtpolar path, also when i compile the exmples i keep getting errors complinning about headers file


    I have qwt installed correctly i have run all the exmples and also made my own test example and it worked fine.

    please any idae of what should i do or what im doing wrong ??

  2. #2
    Join Date
    May 2012
    Location
    Bangalore, India
    Posts
    271
    Thanks
    29
    Thanked 50 Times in 47 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: qwtpolar i can build the src successfully but not the examples !!!!!

    Add this line to .pro file---->


    # Linux - Desktop Qwt Lib

    unix:!macx:!symbian: LIBS += -L$$PWD/../../../../../../usr/local/qwt-Desktop/lib/ -lqwt

    INCLUDEPATH += $$PWD/../../../../../../usr/local/qwt-Desktop/include
    DEPENDPATH += $$PWD/../../../../../../usr/local/qwt-Desktop/include
    Heavy Metal Rules. For those about to rock, we salute you.
    HIT THANKS IF I HELPED.

  3. #3
    Join Date
    Jun 2013
    Posts
    1
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: qwtpolar i can build the src successfully but not the examples !!!!!

    For OpenSuse 12.1
    In file qwtpolarbuild.pri add INCLUDEPATH += /usr/local/qwt-6.1.0/include, for example:
    win32 {
    ...............
    }
    else {
    .............
    INCLUDEPATH += /usr/local/qwt-6.1.0/include
    }

Similar Threads

  1. Replies: 4
    Last Post: 24th October 2011, 08:40
  2. Replies: 6
    Last Post: 29th September 2011, 15:10
  3. QwtPolar or QwtPlot examples do not start
    By giusepped in forum Qwt
    Replies: 2
    Last Post: 15th March 2010, 05:09
  4. Problem running QwtPolar examples
    By MSUdom5 in forum Qwt
    Replies: 4
    Last Post: 11th March 2010, 18:26
  5. How do you build QwtPolar for VC++2008?
    By Joachie in forum Qwt
    Replies: 1
    Last Post: 16th April 2009, 15:57

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.