What are the qt5 configure parameters to have qtwebkit2 ?
-
I'm building qt5.0.1 with opengl desktop and i can't figure how to build qtwebkit 2, i'm always missing the experimental.dll and the qtwebprocesslauncher.exe
@
configure -prefix c:\QT_BUILD -opensource -nomake tests -nomake examples -release -opengl desktop -mp -platform win32-msvc2010 -confirm-license -debug -no-angle -icu
@What am i missing ? and is there a way to see webkit parameters so that i can disable svg support.
Thanks!