PDA

View Full Version : qwt library installation



ready
7th June 2011, 17:50
please can somebody elaborate ....the installation technique of qwt library in QT
I am using windows 7 platform.
I searched out and found only this onehttp://qwt.sourceforge.net/qwtinstall.html
please somebody explain in details on how to install library....
Every help shall be appreciated!

Santosh Reddy
8th June 2011, 00:43
Windows 7 using MSVC or MinGW? for both of these instructions are provided in the link specified. Please try doing them, as mentioned.

It should be simple enough, if you already have your Qt environment setup ready. If not first have Qt setup then go for Qwt.

If you still have any problems, post them.

ready
8th June 2011, 10:46
I have read the above link but ...I didn't understand what is meant by Qmake
please elaborate the steps in details as I am getting difficulty in understanding the instruction provided in above link

Santosh Reddy
8th June 2011, 15:19
If don't understand what qmake is, you can post this in newbie forum. Also make yourself fameliar with Qt then move to Qwt.

qmake generates a Makefile based on the information in a project file (.pro file), qmake contains additional features to support development with Qt, automatically including build rules for moc and uic. The output makefile is used my make to build the project

http://doc.qt.nokia.com/4.7/qmake-manual.html