Details
-
Technical task
-
Resolution: Done
-
P3: Somewhat important
Description
At building of project the system("echo... ") function from qmake incorrectly
generates contents of headers of QSerialPort and QSerialPortInfo.
The contents of headers get escaped symbols "\'", e.g.:
- QSerialPort: '#include "qserialport.h"'
- QSerialPortInfo: '#include "qserialportinfo.h"'
that leads to fails of compilation of examples and tests.