Detecting Windows 10 Edition using Qt5

Viewed 622

Is there a possibility in Qt5.x (and up) to detect the current Edition of Windows 10 (assuming that the application is running on Windows 10)? Available editions are Home, Pro, Education and Enterprise. I do not like to use Win API functions to detect it. I know about the QSysInfo class, but it does not offer any functionality to find out the current edition.

1 Answers
Related