Re: [Interest] Qt 5.0.1 - QWebKit Compile Error

2013-05-23 Thread Varun Murli
oint the issue. Did you search for "config.h" as I said earlier? Try commenting INCLUDEPATH += $$BRCM_TARGETFS/usr/local/include/ in your qmake.conf and recompile. - Kushal On Apr 27, 2013, at 6:55 AM, Varun Murli Kyatsandra wrote: INCLUDEPATH += $$BRC

Re: [Interest] Qt 5.0.1 - QWebKit Compile Error

2013-04-30 Thread Varun Murli Kyatsandra
Hi Kushal, Thanks so much for helping me out of this issue. It took me a while to understand what you wanted me to do with "config.h". I found that qmake was picking up some other "config.h" from some libpng from the set INCLUDEPATH in qmake.conf. After Commenting it out, the correct Config.h

Re: [Interest] Qt 5.0.1 - QWebKit Compile Error

2013-04-27 Thread Varun Murli Kyatsandra
Hi Kushal, I am quiet new to package config as I never used it before and have just started gathering info on it for using it as per your suggestion. I downloaded qt-everywhere-opensource-src-5.0.1.tar.gz and I am trying to build qtbase and qtwebkit using linux-mipsel-broadcom-97425-g++. Below