QT-Development/Installation, using the Ubuntu package
sudo apt-get install libqwt5-qt4-dev sudo apt-get install libqwt5-doc sudo apt-get install qtcreator cd ~ mkdir 00QT-Software cp -R /usr/share/doc/libqwt5-doc/examples . chown -R <your-user-name> examples cd examples gedit examplex.pri > > within this file, change the first line > > after the comments to: > > QWT_ROOT = . > > save the file and exit the editor qmake make cd simple_plot/examples/bin ./simple > > if you get a simple plot on the screen, > > than you have installed qwt succesfully.
Back to QT-Development