Hi,

We're having trouble compiling QT Serial Port. It fails compilation:

qserialportinfo_win.cpp:56:22: error: cfgmgr32.h: No such file or directory

Our system is:
Windows 10
QT 4.8.4 (for MinGW)
MinGW4.4

We've followed directions in the guide at http://wiki.qt.io/QtSerialPort

It seems that cfgmgr32 could belong to a version of Windows SDK or Windows Driver Kit that that's different from what we have installed. Does anyone know what developer package from Microsoft (or other provider) would contain an appropriate version of cfgmgr32.lib and its header files?

Cheers,

Greg