QtWebkit with embedded
-
Hi I am trying to compile with QtWebkit on MIPS Platform.
When I try to compile all the X11 related files it gives error ( error: X11/Xlib.h: No such file or directory).
(During compilation of "WebCore/bindings/js/ScriptController.cpp")So i tried to compile for embedded (As X11 Support is not present in the MIPS platform).
I try to pass "QT_CONFIG+=embedded" for qmakeargs.Even after that I get the same error.
Can any one please let me know how to compile with embedded options so that it wont look for X11 related files?
Thanks,
-hari