Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

How to Cross-Compile

Qt Extended makes the task of cross-compiling simple through the use of device configuration profiles, with a single directory containing all the configuration information required to build for a device.

To cross-compile simply follow these steps:

  1. Complete all configuration steps defined in Device Profiles
  2. If you haven't added the path to the cross-compiler to the device profile environment, export the path to your compiler:
        export PATH=<path-to-compiler>:$PATH
  3. Configure for your device using:
        configure -device <device>
  4. Build Qt Extended for your device:
        bin/qbuild


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3