Re: Build Qt 4.6 with webkit
You Download the qt-everywhere-opensource-src-4.6.x (x=1/2/3) and configure for embedded arm with webkit option.
Copy the generated webkit library to the board.
Re: Build Qt 4.6 with webkit
Thanks for replying.
I configured with the -webkit option and compiled the whole thing again. I just had to move the libQtWebKit.so.4 file to the lib folder. It's working fine now.
PS: now I need MySQL. What option do we need to give so that it compiles the MySQL driver?
Thank you
Re: Build Qt 4.6 with webkit
You can add Mysql as a plugin.you can refer to qt help sql database driver.
Re: Build Qt 4.6 with webkit
Hi, thanks again.
I read the online documentation and according to it, we need to have libmysqlclient libraries in order to build MySQL driver. My problem is that my target is arm-linux and hence I need libmysqlclient for arm. I googled for hours without luck. Any ideas?
Re: Build Qt 4.6 with webkit
Download mysql connector and compile for arm linux.