Thank you a lot for your answer, but can you clarify the name of the file .pro and what is the dll of what you speak ?
i am a big beginning and i am lost in all this files...
![]()
Thank you a lot for your answer, but can you clarify the name of the file .pro and what is the dll of what you speak ?
i am a big beginning and i am lost in all this files...
![]()
The .pro of you project of course.
About the dll, I talked about if your project is a library and not an executable (here it's an exe).
all this think are complicated, i try somethings and if it don't work i come here.
see you and thank you
Don't follow these advices - they are valid for Qwt 5.x, but not the recommended way for Qwt 6. Better study some other threads about this issue, where you read about "CONFIG += qwt".
Uwe
thank you a lot, but i still don't understand how i can plot this:
Qt Code:
#include <QApplication> #include <qwt_plot.h> int main(int argc, char** argv) { QwtPlot myPlot; myPlot.show(); return app.exec(); }To copy to clipboard, switch view to plain text mode
I-) i install QWT:
that is my actions:
1°) i install Qt SDK
2°) i download Qwt6-0-0 and i put it in the folder: QtSDK
3°) i go in the console QtSDK: Qt 4.7.3 for deskop (minGW)
4°) i enter the command: " qmake qwt.pro "
5°) i enter the command: " mingw32-make "
6°) i enter the command: " mingw32-make install"
7°) i enter the command "qmake -set QMAKEFEATURES"
II-) i do a empty project with QTcreator
==> i make a "main.cpp" in my project
==> i put in this main my code
==> i go in the .pro and i add: CONFIG += qwt
III-) i put all source of QWT in my project folder (qwt_plot.h file and other)
IV-) i use qmake command with QtCreator
V-) i build my project
==>BUT HE DON'T WORK
what is my problem?i have try a lot of think but i don't understand how i can plot this very simple code...
please help me..![]()
What do you mean with "don't work" ? Of course your exe can find qwt.dll right ?
You did a lot of useless this and like everybody which read bad english, you didn't well understand what to do with QMAKEFEATURES.
http://www.qtcentre.org/threads/4147...tallation-Help => this is the topic of solution, I did it in my new Qt installation and it works.
ok, thank a lot, i think this thread reply at my question
see you
i abandon, i have try during 4days a lot of manipulation that are explain in different thread but it still don't work: i don't find qwt_plot.h
so, do you know an other method?
==> for example paste the complete library in my project? or just some file and the qwt.dll ?
==> or i paste the content of qwt_plot.h and qwt_plot.cpp in my project ??
Bookmarks