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
Next 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:15]
labmec [Include in your project.pro file]
Line 76: Line 76:
  
  
 +==== 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)