Is it possible to retrieve Linux Distro and version number?
-
I am aware of the macros for telling the os - e.g Q_OS_LINUX. However, for debug purposes I would like to know what distribution the user is using. Is this possible?
-
Hi,
There are no macros like that in Qt. You could try using uname -o
Hope it helps