[Paraview] Qt QTWEBKIT library not found

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Apr 6 11:16:03 EDT 2012


Since you're building Qt from source, try to reconfigure and build Qt
with WebKit enabled. Your configure command for QT should look
something like follows:

./configure  -webkit -xmlpatterns <any other params>

Then, before Qt starts building, it spits out a block of text saying
what features were enabled/disabled. Pay close attention to that. Post
that piece of test if needed. That should tell you if webkit was
enabled or disabled.

ParaView doesn't currently support not building with WebKit support
(except for using John's patch).

Utkarsh


More information about the ParaView mailing list