Move QSysInfo out of qglobal.h and into a separate header
authorBradley T. Hughes <bradley.hughes@nokia.com>
Mon, 20 Feb 2012 08:41:09 +0000 (09:41 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 21 Feb 2012 18:33:16 +0000 (19:33 +0100)
commitc8160ea1dbb5c20856c9c385053f8e5611a9f4d6
tree20674c8b6f75fc4b9b6eea93a43b7246a1148b41
parentca588f40db9cb1ba0e3f223ca031b18524be4a09
Move QSysInfo out of qglobal.h and into a separate header

qsysinfo.h is still included by qglobal.h, but it may be possible
to remove the include from qglobal.h and instead include qsysinfo.h
only where needed (e.g. qendian.h, qdatastream.h).

Change-Id: Ifa2c72e0dae206d88eaa192e15a906297673c048
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/global/global.pri
src/corelib/global/qglobal.h
src/corelib/global/qsysinfo.h [new file with mode: 0644]