[vtkusers] VTK+Qt really needs QtWebKit?
David Cole
dlrdave at aol.com
Fri Mar 29 13:12:44 EDT 2013
Are you certain VTK doesn't need webkit? I couldn't get my VTK with Qt
enabled to link proprely with a -no-webkit build of Qt two weeks ago...
Once I got qt built with webkit, it was fine.
This stackoverflow question (and its answers) was useful to help me get
Qt building on Windows with VS 2012 including webkit:
http://stackoverflow.com/questions/12113400/compiling-qt-4-8-x-for-visual-studio-2012
To build with VS 2012, you have to patch one of the HashSet.h files
(see the answers on stackoverflow), and I also needed to set an
environment variable to point Qt to its own make spec files (I guess
4.8.4 came out before VS 2012 was finalized?):
set QMAKESPEC=C:\Qt\4.8.4-vs11\mkspecs\win32-msvc2012
HTH,
David C.
-----Original Message-----
From: John Drescher <drescherjm at gmail.com>
To: Benoit Scherrer <benoitscherrer at gmail.com>
Cc: vtkusers <vtkusers at vtk.org>
Sent: Fri, Mar 29, 2013 12:40 pm
Subject: Re: [vtkusers] VTK+Qt really needs QtWebKit?
> Sorry if people already have asked that question.
> I try to look for infos but that was unsuccessful...
>
> Why Vtk+Qt requires QtWebKit?
>
>
> QtWebKit is really a pain to compile these days.
>
> - For example the Qt+QtWebKit build is broken
> with Visual Studio 2012 x64.
> - The build also doesn't work well on MacOS with
> MAC_DEPLOYMENT_TARGET=10.6.
> - etc.
>
> It would be so much simpler to use -no-webkit when
> configuring Qt...
> Does VTK really needs QtWebKit?
VTK does not need webkit.
John
_______________________________________________
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
More information about the vtkusers
mailing list