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 ??
Bookmarks