Hi Hua,

You can cross-compile using the build-webkit script, but if I remember right your prefix has to point to the cross-compiled QT_INSTALL_DIR, from where it'll take the qmake.conf which it will use then to cross-compile. So call something like:
Tools/Scripts/build-webkit --qt \
            --release \
            --no-webkit2 \
            --no-force-sse2 \
            --qmakearg="CONFIG+=production_build" \
            --prefix=$(QT_INSTALL_DIR)
Also you might need to set the SQLITE3SRCDIR manually to point to the headers already available in qt/src/3rdparty/sqlite

Best regards,
Istvan

On 08/15/2013 12:31 PM, Hua Hsing wrote:
Hi,

I'm trying out qt-webkit 2.3 with qt-4.8. The problem is, Tools/Scripts/build-webkit does not work for me as I'm working in Fedora host cross-compiling for ARM target. I've been cross-compiling my qt-embedded-4.8 all this while, and right now I'm kind of at a loss as to how to build this qt-webkit 2.3 alongside the rest of my Qt package.


/Cheers,/
/Hua-Hsing/


_______________________________________________
webkit-qt mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-qt

_______________________________________________
webkit-qt mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-qt

Reply via email to