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

2009-07-22 Thread Adam Treat
This thread is not appropriate for webkit-dev. There is a new mailing list - webkit-help - which has been setup for threads of this nature. Please use the other mailing list and keep webkit-dev focused on webkit development. http://lists.webkit.org/mailman/listinfo.cgi/webkit-help Cheers, Ada

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

2009-07-22 Thread Ashok N N
e QtLauncher.exe, it complains about the entry point for the library QtWebKit.dll not being found. Thanks From: Osztrogonac Csaba To: webkit-dev@lists.webkit.org Sent: Wednesday, July 22, 2009 3:38:25 PM Subject: Re: [webkit-dev] QWebElement not found in Qt 4.5.2

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

2009-07-22 Thread Osztrogonac Csaba
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 TARGET = QtW

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 Osztrogonac Csaba
linked to. ashok *From:* Osztrogonac Csaba *Cc:* webkit-dev@lists.webkit.org *Sent:* Wednesday, July 22, 2009 1:00:38 PM *Subject:* Re: [webkit-dev] QWebElement not found in Qt 4.5.2 Hi, I am using WebKit rev 46156 with

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

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

2009-07-22 Thread Osztrogonac Csaba
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 time with Qt 4.5.2. At the very end of compilation, I see linking e

[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