Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
howto:qt_qwt_vtk_ubuntu [2013/06/18 09:39]
labmec
howto:qt_qwt_vtk_ubuntu [2013/06/18 11:16]
labmec
Line 47: Line 47:
 sudo apt-get install libvtk5.8 libvtk5.8-qt4 libvtk5-dev libvtk5-qt4-dev sudo apt-get install libvtk5.8 libvtk5.8-qt4 libvtk5-dev libvtk5-qt4-dev
  
 +</​code>​
 +
 +
 +==== Include in your project.pro file ====
 +
 +<​code>​
 +#Begin VTK
 +INCLUDEPATH += "/​usr/​include/​vtk-5.8"​
 +LIBS += -L"/​usr/​lib/​vtk-5.8"​ -lvtkCommon -lvtksys -lQVTK -lvtkRendering -lvtkGraphics -lvtkIO -lvtkInfovis -lvtkViews -lvtkFiltering -lvtkHybrid -lvtkWidgets
 +#End VTK
 </​code>​ </​code>​
  
Line 76: Line 86:
  
  
 +==== Include in your project.pro file ====
  
 +<​code>​
 +#Begin VTK
 +INCLUDEPATH += "/​usr/​include/​vtk-5.10"​
 +LIBS += -L"/​usr/​lib/​vtk-5.10"​ -lvtkCommon -lvtksys -lQVTK -lvtkRendering -lvtkGraphics -lvtkIO -lvtkInfovis -lvtkViews -lvtkFiltering -lvtkHybrid -lvtkWidgets
 +#End VTK
 +</​code>​
  
  

QR Code: URL of current page
QR Code: URL of current page howto:qt_qwt_vtk_ubuntu (generated for current page)