[webkit-dev] Compiling WebKit (any flavor) for ARM

2009-07-22 Thread Ashok N N
Hi, I've gone through some of the posts related to compiling WebKit for ARM but found them to be conflicting. One of them says that just setting the QMAKESPEC should work fine while others mentioned compiling the tool chain for cross compilation etc. Can somebody help me with any instruction

Re: [webkit-dev] QWebElement not found in Qt 4.5.2

2009-07-22 Thread Ashok N N
Hi, I am working on Linux, and now I see you are working on Windows with MinGw. I will try to build with your config, and then answer you approximately in an hour. br, Ossy Ashok N N wrote: > In WebCore.pro, the library apparently being created is libQtWebKit.lib: > TEMPLATE = lib > TA

Re: [webkit-dev] QWebElement not found in Qt 4.5.2

2009-07-22 Thread Ashok N N
July 22, 2009 3:06:22 PM Subject: Re: [webkit-dev] QWebElement not found in Qt 4.5.2 Hi, qwebelement.cpp build into WebCore library: libQtWebKit.so , because in WebCore/WebCore.pro SOURCES contains qwebelement.cpp. br, Ossy Ashok N N wrote: > Thanks Ossy. Can you tell me what library is created fr

Re: [webkit-dev] QWebElement not found in Qt 4.5.2

2009-07-22 Thread Ashok N N
: Re: [webkit-dev] QWebElement not found in Qt 4.5.2 Hi, I am using WebKit rev 46156 with Qt 4.5.2 and it works correctly. Here qwebelement.h and cpp can be found in Webkit's webkit/qt/Api directory not in Qt. br, Ossy Ashok N N írta: > Hi, > I am compiling QtWebKit for the first t

[webkit-dev] QWebElement not found in Qt 4.5.2

2009-07-22 Thread Ashok N N
Hi, I am compiling QtWebKit for the first time with Qt 4.5.2. At the very end of compilation, I see linking errors for QWebElement (among others). And searching around I did not find the header file qwebelement.h included in Qt4.5.2. And searching online I found that QWebElement is released in