Build Qt for Arm without Webkit and QtScript
Installation and Deployment
2
Posts
1
Posters
2.3k
Views
1
Watching
-
wrote on 6 Mar 2012, 08:53 last edited by
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:
@api/qscriptengine.cpp:913: error: 'qtTrId' was not declared in this scope@
I need neither QtScript nor WebKit. How can I compile Qt without them?
-
wrote on 6 Mar 2012, 13:04 last edited by
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-webkitHowever, 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?
1/2