summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnaclunimplemented.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename qnaclunimplemented -> qfunctions_naclMorten Sorvig2011-03-161-156/+0
| | | (Match the existing files for wince and vxworks.)
* Fix the license in files for LighthouseJørgen Lind2010-10-281-39/+39
|
* Fix typos found by the spellchecking autotestPaul Olav Tvete2010-10-281-1/+1
|
* Say hello to Qt for Native Client.Morten Johan Sørvig2010-05-141-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