Issue with the serial port in Qt and Windows: qwineventnotifier

631 Views Asked by At

I have a problem in Qt -> C++. I need to open the serial port of a rover in Qt, and I downloaded the library "qextserialport-1.2rc". In Linux it's all okay, but in Windows 7 there is an error (it doesn't find a file called "qwineventnotifier").

I tried to download this file, but this didn't resolved the problem: there is still an error when I try to include the library "qextserialport".

Thanks, Matt

Edit: The error is: QtCore/private/qwineventnotifier_p.h:No such file or directory

0

There are 0 best solutions below