Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>OK.</p> <p>I managed to install qwtpolar and add a plugin to qtcreator. Complete steps, that worked for my Ubuntu 12.04:</p> <p>1) first of all we need to have installed qt4 or higher dev libs, qtcreator, qwt dev libs.</p> <p>2) download sources from svn (not archive file but svn!) and follow steps in README (qmake &amp; make &amp; make install)</p> <p>3) to add a qwtplugin to qtdesigner you need to do the following (replace x.x.x with qwtpolar version):</p> <p><code>sudo ln -s /usr/local/qwtpolar-x.x.x/features/qwtpolar.prf /usr/share/qt4/mkspecs/features/</code></p> <p><code>sudo ln -s /usr/local/qwtpolar-x.x.x/features/qwtpolarconfig.pri /usr/share/qt4/mkspecs/features/</code></p> <p><code>sudo ln -s /usr/local/qwtpolar-x.x.x/lib/libqwtpolar.so /usr/lib/</code></p> <p><code>sudo ln -s /usr/local/qwtpolar-x.x.x/lib/libqwtpolar.so.1 /usr/lib/</code></p> <p><code>sudo ln -s /usr/local/qwtpolar-x.x.x/lib/libqwtpolar.so.1.0 /usr/lib/</code></p> <p><code>sudo ln -s /usr/local/qwtpolar-x.x.x/lib/libqwtpolar.so.1.0.0 /usr/lib/</code></p> <p><code>sudo cp /usr/local/qwtpolar-x.x.x/plugins/designer/libqwt_polar_designer_plugin.so /usr/lib/x86_64-linux-gnu/qt4/plugins/designer/</code></p> <p>4) run qtdesigner and voila! There is a new QwtPolarPlot tab.</p> <p>5) to run a qt application with qtpolarplot you only need to add 2 lines to your *.pro file:</p> <p><code>INCLUDEPATH += /usr/local/qwtpolar-1.0.0-svn/include</code></p> <p><code>unix|win32: LIBS += -lqwtpolar</code></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload