Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename qnaclunimplemented -> qfunctions_nacl | Morten Sorvig | 2011-03-16 | 1 | -156/+0 |
| | | | (Match the existing files for wince and vxworks.) | ||||
* | Fix the license in files for Lighthouse | Jørgen Lind | 2010-10-28 | 1 | -39/+39 |
| | |||||
* | Fix typos found by the spellchecking autotest | Paul Olav Tvete | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | Say hello to Qt for Native Client. | Morten Johan Sørvig | 2010-05-14 | 1 | -0/+156 |
This commits adds build system to support for the native client compiler (x86-only for now), sets up global defines, and adds compile fixes for QtCore and QtGui. Details: * Add mkspecs for linux-nacl-g++ and macx-nacl-c++ * Add nacl configure option * Add qconfig-minimal-system-dependencies.h * Define Q_OS_NACL in qglobal.h * Add qnacalunimplemented.h/cpp with POSIX stubs. * .pro file changes for cross-compiling on Mac |