Before you build the Qt/Embedded library and example programs, you must
run the "configure" script to set the platform information and other build
settings.  Use the -embedded option to specify the operating system
and compiler you are compiling FOR. The host machine is required to be running
Linux and gcc.

Supported platforms and compilers:

  generic       - Use g++ of host machine.
  x86           - Use g++ of host machine, add x86 options.
  arm           - Use arm-linux-g++ as compiler.
  mips          - Use mipsel-linux-g++ as compiler.
  ipaq          - Use arm config, add iPAQ options (eg. touchpanel).
  cassiopeia    - Use mips config, add Cassiopeia options.

Compilation problems:

  Information about problems will be posted on:
  http://www.trolltech.com/platforms/ as we become aware of them.

Example:

  ./configure -embedded arm -shared -debug

Customization:

  You can create your own custom configuration by adding new files to
  the configs directory.

