March 6, 2012

Asperamanca Asperamanca
Hobby Entomologist
371 posts

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:

  1. 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?

1 reply

March 6, 2012

Asperamanca Asperamanca
Hobby Entomologist
371 posts

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?

 
  ‹‹ [Solved] Release mode exception      Configure with building Qt 4.8 for x86 Simulator BlackBerry Playbook ››

You must log in to post a reply. Not a member yet? Register here!