PDA

View Full Version : Detecting OS



ankit17.ag
16th July 2008, 10:05
Is there any way we can detect on which OS is my QT GUI running on?

Thanks

high_flyer
16th July 2008, 10:08
look in the docs for Q_OS_<OS name>

aamer4yu
16th July 2008, 10:10
QSysInfo might help you :)