On 08/16/2010 02:36 PM, Shilpi wrote: > Hi, > > I am new to Qt-webkit and Qt-jambi. I tried to run generator to port > qt-webkit to qt-jambi, but I am stuck badly. Can someone please answer > or point me to the following - > > 1. What is the license mode for Qt-Jambi? The license model is LGPL. > 2. What the plans for porting Qt-jambi for mac and windows 64 and also > moving to 4.7? We are working on the mac support, currently. Yesterday we made a 64bit package for MacOSX, I guess we are able to supply a 32bit package as well soon. The 64bit support on Windows is a bit more tricky due to the reason that Nokia do not supply us with precompiled Qt binaries on this platform. Thus, we have to compile 64bit Qt first on Windows, and believe me, compiling Qt on Windows is not trivial if you want to have full support for Webkit, phonon and the like. However, we do have a setup on a Windows XP VirtualBox with a Qt compile-from-source win32-msvc2005 setup, I MIGHT try to twist that into win64-msvc2005 setup if someone could tell me which options are necessary for that. Just using QMAKESPEC=win64-msvc2005 ? We might have to consult the qt mailing list for that I guess.
4.7 is ongoing work also from the QtJambi team. We expect to be able to support that except for the new QtQuick/QML framework (at least on the first rounds :-) > 3. I am trying to use generator to convert qt code to qt-jambi. But > getting a lot of dll errors with generated generator.exe. What are the > steps ( amount of changes) required if someone wants to port qt-webkit > for java at their own? Why do you want to port QtWebkit on your own? This should be supported in the packages that we supply. I have done quite some work with converting various third-party Qt classes to QtJambi equivalents using the generator, but it requires some a bit dedication. For a really simple example on how to setup such a project, I recommend you to checkout http://qt.gitorious.org/qt-jambi/community-port-to-4_6/trees/master/examples/generator/hello_world_generator During the next days I will try to make a simple starter tutorial on QtJambi usage (keep an eye on qtjambi.sf.net), however most documentation on QtJambi 4.5 is still valid for 4.6 and can be found on http://doc.trolltech.com/qtjambi-4.5.2_01/com/trolltech/qt/qtjambi-index.html Best regards, Helge Fredriksen _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
