[vtkusers] How to enable VTK_USE_QVTK_QTOPENGL in CMakeLists.txt (vtk-5.10.0-rc2)?
Jothybasu Selvaraj
jothybasu at gmail.com
Fri Apr 20 11:50:31 EDT 2012
You need to first enable VTK_USE_QT
Jothy
On Fri, Apr 20, 2012 at 4:40 PM, Brenno Ribeiro <brennobr at gmail.com> wrote:
> I'm trying to running the GraphicsView example from vtk-5.10.0-rc2 but in
> the build process using cmake I got the message "STATUS "VTK isn't
> configured to use QtOpenGL, QtWebKit wasn't found, or Qt 4.6 wasn't found.
> GraphicsView example is disabled." and making some tests I got the
> conclusion that QtOpenGL is missing and the others are ok. So I tried to
> insert these lines into CMakeList.txt from the vtk-5.10.0-rc2 to build it
> with QtOpenGL enabled but it doesn't work yet.
>
> OPTION(VTK_USE_QVTK_QTOPENGL "QtOpenGL" ON)
> MARK_AS_ADVANCED(VTK_USE_QVTK_QTOPENGL)
>
> Any suggestions?
>
> --
> Brenno Bernardes Ribeiro
>
> Engenharia da Computação
> Universidade Federal do Pará
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
--
Jothy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120420/c472c2d9/attachment.htm>
More information about the vtkusers
mailing list