Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
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:
export PATH=<path-to-compiler>:$PATH
configure -device <device>
bin/qbuild
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |