Thanks, that guide was useful in my initial port, but without addToJavaScriptWindowObject I need to find a different way to be able to call C++ from the JS side (sockets, I am guessing).
Hi
I have installed Qt 5.2.1 from source code on Centos6.2.
I get the same error: module “QtWebKit” is not installed .
I get some info in config.log in qtwebkit directory,
libwebp.cpp:26:25: error: webp/decode.h: No such file or directory
libwebp.cpp:30: error WebPDecoderConfig was not declared in this scope.
...
make[1]: *** [obj/libwebp.o] Error 1
Do you have any suggestion ? thx~
Hi,
Can you check this "link":http://rschroll.github.io/beru/2013/08/21/qtwebview.experimental.html ? It seems for now you need to use experimental stuff.
when I ran qmake -d; it gave this message:
qt-src/qtbase/mkspecs/features/qt_functions.prf: calling built-in error (Unknown module in QT: webkitwidgets)
Thank you very much for the detailed answers which calrified most of the doubts i had.
The reason why I asked in particular about QtWebKit is that we might have some legacy applications using it. I'm worried how can we apply this massive technology shift to the existing applications. This is also an issue with the QtWebKitBridge which doesn't support webkit2. As far as I found, they say that QtWebKitBridge has deep roots in the webkit1 and can't be pulled out. And the alternate would be to use experimental QWebChannel.
Hi:
Can you please guide me;
I am also trying to build qt-5.3 along with qtwebkit. I'm using the ICU cross compiled libraries to build the webkit. Now after enabling -ICU in the configuration parameter I can successfully run the configuration for qt-5.3. Which will generate the make file. After running the make; it generates the various qt libraries.
Now I am trying to write small qt application. I am using QT =+webkit in *.pro file and trying to generate the make file with the use of qmake. It says on webkit support. It means webkit is not compiled and build automatically with the make file.
Is there any other approach to build the qtwebkit?
Regards