[Development] Os identification in Qt5

2012-06-21 Thread Oleg Shalnev
Hello all. How to identify operation system in Qt5. In Qt4 I use Q_OS_LINUX etc.. defines for OS identification and QSysInfo::WordSize for system bits. What about this in Qt5. Thanks a lot. -- Oleg Shalnev (Kalpa Project) -- mailto:

Re: [Development] Os identification in Qt5

2012-06-21 Thread David Faure
On Thursday 21 June 2012 16:51:16 Oleg Shalnev wrote: Hello all. How to identify operation system in Qt5. In Qt4 I use Q_OS_LINUX etc.. defines for OS identification What about this in Qt5. Q_OS_LINUX and other Q_OS_ defines still exist in Qt5. What has disappeared is Q_WS_*, which can