Hi Kushal,
Commenting the include path had no effect either. Still have the same
error.
I did look up config.h under qtwebkit. Qtwebkit has these sub components:
WTF, JavaScriptCore, ThirdParty/ANGLE, WebKit, WebKit2 under the Sources
folder. That is under qtwebkit/Sources.
The sub component Web
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
Hi Varun,
I think you got it wrong. There is config.h in qtwebkit for sure but there is a
file with same name somewhere in you header search path (INCLUDEPATH).
Search for "config.h" in your (following) header search paths. And try
compiling without that path. Your include paths includes much mo
Well, I do not have exact information of your setup so can not pin point 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 K
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