Hi all,
Is there a (Qt) way to determine the platform a Qt application is running on at runtime?
|
|
Hi all, Is there a (Qt) way to determine the platform a Qt application is running on at runtime?
|
||
|
|
|
|
Note that the Q_WS_* macros are defined at compile time, but QSysInfo gives some run time details. To extend gs's function to get the specific windows version at runtime, you can do
and similar for Mac. |
||
|
|
|
|
There are macro that are defined on the corresponding platforms: For more informations there is the QSysInfo class. |
||||||||||
|
|
|
You can write this function:
I think this is as dynamic as it gets, why would you want to have it more dynamic? Some more informations can be found here: http://stackoverflow.com/questions/341594/how-do-i-read-system-information-in-c |
||
|
|