Build Qt for Arm without Webkit and QtScript
I am trying to build Qt 4.7.3 (on Linux) for an ARM embedded device. In order to minimize the footprint, I have used QConfig to remove all features I do not require.
During compilation, I get an error in the QtScript module:
I need neither QtScript nor WebKit. How can I compile Qt without them?
1 reply
One thing I wonder about is a documentation inconsistency:
In http://doc.qt.nokia.com/4.7-snapshot/install-symbian-linux.html
there is an example:
bq. ./configure -platform linux-g++ -xplatform symbian-gcce -no-webkit
However, in http://doc.qt.nokia.com/4.7-snapshot/configure-options.html
it lists “-no-webkit” as “Windows only”
Which of the two is correct?
You must log in to post a reply. Not a member yet? Register here!

